Can anyone help with this please?
I my VB.NET app to list each of the documents that are currently open in Microsoft Word. If any docs are not saved then I need to save them. I have tried using the Word application object but creating a new App object doesn't enable me to see existing Word documents that are already open.
I have been trying to use GetProcessByID but once I have identified the process I am unable to perform simple tasks with the process such as SaveAs or iterate through Word's Documents collection and list the names of each document. Any ideas? please?
I am using Word 2007.
I reckoned that it really wouldn't be so difficult but this problem is really causing me a lot of trouble.