Thread: Shell function
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
David David is offline
external usenet poster
 
Posts: 1
Default Shell function

Greetings,

Help with the following will be much appreciated:
This sub runs fine:
Sub RunIntro()
Dim SCamShow
SCamShow = Shell("C:\ScreenCams\Intro.exe", 1)
End Sub
When this finishes the ScreenCam application is left open.
How do I close it after Intro.exe finishes executing?
David