Robertson1995
Board Regular
- Joined
- Apr 1, 2009
- Messages
- 123
I am using VBA in an interface program called WRQ Reflections. I am trying to create code that will open another program from Reflections called NetAnalyst. Here's what I have. When I execute, I see something blink like its trying to open, but it never does and I dont get an error.
Sub NetAnalyst()
Shell "C:\Program Files\Acterna\NetAnalyst\NAStart.exe", vbMaximizedFocus
End Sub
Sub NetAnalyst()
Shell "C:\Program Files\Acterna\NetAnalyst\NAStart.exe", vbMaximizedFocus
End Sub