What I want it to do is kinda like this...

IAMh = Shell("D:\call wav\IAMSETUP.EXE -run", 0)

'0 vbHide (ie. Window is hidden and focus is passed to the hidden window.)

BUT It's to work on a program already executed and running. How can I change that value on a program that is already running?!?