Looking for a way to open an application, do some stuff
, and then close this particular app. I can open it, do some stuff
, but I can't close it. Please advise. Am I just way off or what?
********************************************************
Sub APPTEST()
Dim anyapp as anyapp.application
Call Shell("C:\Temp\AnyApp.exe """, 1)
anyapp.Quit
End Sub
********************************************************
Thanks in advance.
********************************************************
Sub APPTEST()
Dim anyapp as anyapp.application
Call Shell("C:\Temp\AnyApp.exe """, 1)
anyapp.Quit
End Sub
********************************************************
Thanks in advance.