View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
jaf jaf is offline
external usenet poster
 
Posts: 300
Default Shell function II

Hi David,
Try it this way.

Shell Environ("comspec") & " /c C:\ScreenCams\Intro.exe", vbNormalFocus

Use /c to close the window when done, /k to keep it open.

--

John

johnf202 at hotmail dot com


"David" wrote in message
...
Don,
Yes, 'manualy' had occured to me...
Can it be closed from the Excel VBA code?
Thanks again
Daid


-----Original Message-----
manulaly.