How can I use VBScrtipt to determine wheather a particular Workd Instance is
running on my computer, that has been created by the Script. For example
Set oAppWord = CreateObject("Word.Application")

1. Before I execute the statement I would like to check if an instance is
allready running on the client computer
2. I want to save the ProcessID and close if an error occurs in the program

Thanks in advance

Chris Andreou