Thread
:
How to Close an application?
View Single Post
#
1
Posted to microsoft.public.excel.programming
avi
external usenet poster
Posts: 195
How to Close an application?
Hello,
I open an application via this code thaht works fine
Sub LaunchCaptureExpress()
Dim RetVal As Long
RetVal = Shell("C:\Program Files\Capture
Express\capexp.exe", vbNormalFocus)
End Sub
How do i close it???
Thanks a lot
Avi
www.avibenita.com
Reply With Quote
avi
View Public Profile
Find all posts by avi