Greetings All
I’m using a API timer to periodically scan a folder. Unfortunately I don’t know how to get a handle on the timer. As a result i can’t kill the timer after I’ve finished with it so it just sits there running quite happily until I reboot the system. If someone could take pity on me and tell me how to get a handle from (or maybe on?) Word VBA, or even better would be a decent timer that works properly.
The reason that I need a timer is that I need to create and print a PDF from Word VBA. As a consequence I have to make sure that the PDF has been created and saved befor my code tries to open/print it.
Frank