
Q:Envoking MS-Word from VB4 when Exchange is using MS-Word
I have a question. I am attempting to use MS-Word 7.0 from within VB4.0. I am
testing to see if a copy of MS-Word is running, SHELLing to start it if it is
not, then using CreateObject("Word.Basic") to create the object. The problem
that I am running into is that the site uses MS Exchange as the std mail client
. If users are using MS-Word as their MS-Exhange editor, VB creates an object
that uses the Exhange defaults. This is unacceptable. Has anybody found a
workaround for this problem.
Thank you.