Dtermine when an unshelled process has finished

Joined
May 18, 2011
Messages
1
Reaction score
0
Is it possible in Access (2007) to stop code execution until another program (ie Word) has been exited, without shelling out to it to begin with?

I have a module which starts Word and inserts necessary text into bookmarks in a template. I only know how to do this programatically without using Shell (or CreateProcess or WaitForSingleObject), so I can't stop the code.

Would appreciate any adivce I can get on this.

Thanks

Richard
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top