Hi Tim, Hello Helmut
> > When two different versions of Word reside on a machine
> > (Word 9 & Word 11), how can I specify that the application
[quoted text clipped - 7 lines]
> shell c:\...\winword.exe
> getobject
While I agree with Helmut in the technical correctness of the presented
workaround, I strongly recommend not to use it, since dynamically
accessing a different version than the one currently registered as
Word.Application (registry) seams to me to be problematic, to say
the least . Note that the last few Word-versions all re-register
themselves upon startup (thanx to their Self-Healing feature) if
they find some settings in the registry they consider to be
inappropriate. Therefore, a specific Word version might even
aks for its Installation CD which makes your macro virtually
useless...
Cheers,
Martin
Tim - 03 Dec 2004 14:09 GMT
I have decided to check the version once the Word application object
has been created. If it is a version 11, I will provide instructions for the
user to exit the application, start Word 9, exit Word 9, and then re-try
my new application.
Not very glamorous, but ....
Thanks for your suggestions.
> Hi Tim, Hello Helmut
>
[quoted text clipped - 23 lines]
> Cheers,
> Martin