I would like to know whether there's a way to get a list of all Word instances open on the users machine?
I've tried this:
Process[]wordProcesses = Process.GetProcessesByName("WINWORD");
The line above always seems to be returning only one process, I suppose because only one MS Word process is running but many Word apps are open.