D
Dan Perkins
I am working on a VB program that uses Automation with MS
Word. I am running into a rather confusing issue (it is
confusing both me and apparently VB).
It goes like this.
If you have Outlook open, and use Word as your e-mail
editor, then you have an instance of WINWORD.exe running.
However, this is not a full instance, and Automation does
not work with it.
What I want to do is
Dim Word as Object
Set Word = CreateObject("Word.Application")
Then I want to be able to select that instance of
WINWORD.exe and use it with the Automation for the rest of
my process.
How do I determine which WINWORD.exe process is being used.
Does any of this make sense?
Word. I am running into a rather confusing issue (it is
confusing both me and apparently VB).
It goes like this.
If you have Outlook open, and use Word as your e-mail
editor, then you have an instance of WINWORD.exe running.
However, this is not a full instance, and Automation does
not work with it.
What I want to do is
Dim Word as Object
Set Word = CreateObject("Word.Application")
Then I want to be able to select that instance of
WINWORD.exe and use it with the Automation for the rest of
my process.
How do I determine which WINWORD.exe process is being used.
Does any of this make sense?