HI;
I have a macro which loads and runs a external program in a minimized state.

The program starts and runs fine minimized. The issue I have is I want to return back to the worksheet page as soon as the program loads but instead I get kicked back to windows desktop. Excel is still running but minimized so it takes another keystroke to restore Excel.


This is the code to run the external program but beyond that I dont know what the next step is. Any idea how one can do this.

code
-------
retval = Shell("C:\Program Files (x86)\circuitone\Programs\sago32.exe")
-------