It is not killing the instance because it will be printing at that time.
Try placing "Doevents" after printout.
Or
initiate a timer after the printout statement and kill the instance in timer event as follows
Private Sub TimerPrint_Timer()
On Error Resume Next
WA.Application.Quit...
Hi Everybody,
I have an application which uploads a file to server(linux) using port 22. I need an confirmation of the process( is the file correctly uploaded to the specified Directory). Wininet uses port 21, which can not be used for my application.
I am using PUTTY to upload the files...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.