RGB,
I know how to do this with most Microsoft products, Look up "GetObject" in help, when you use:
Dim obj as Excel.Application
Set obj = GetObject(,"Excel.Application"
set obj = nothing
this will either bring up Excel or if Excel is already running, bring it to the front (activate)
I haven't tried it with other applications. I know you can always "Shell" something as well, but then you'll need to know the root path of the parent app (eg "C:\Program FIles\Adobe\Acrobat\Reader\AcrRdr32.exe"
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.