Shell to different app then open file within

J

Justin

Trying to open Reflections for HP and then a file within. I can open easily
office documents but when trying HP cannot open without errors. Here is my
first try:

Dim retval
retval = Shell("C:\Program Files\Reflection\r1win.exe " & _
"""C:\Program Files\Reflection\User\getups.r1w""",
vbMaximizedFocus)

Second attempt:

ActiveSheet.Hyperlinks.Add Anchor:=Selection, Address:= _
"c:\program files\reflection\user\getups.r1w"
Range("A1").Select
Selection.Hyperlinks(1).Follow NewWindow:=True, AddHistory:=True
Application.WindowState = xlNormal

Any help greatly appreciated.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top