D
Derek Hart
I wish to test a macro I wrote in multiple versions of Word. I am calling
the macro from a Visual Basic program, and when I launch Word, I wish to
launch Word 97 and not Word XP. Even after going into Add/Remove Programs
and making Word XP not available, this darn thing still loads when I run the
following code:
Dim objWord As Object
objWord = CreateObject("Word.Application")
Is there a way to load the version I want?
Derek Hart
the macro from a Visual Basic program, and when I launch Word, I wish to
launch Word 97 and not Word XP. Even after going into Add/Remove Programs
and making Word XP not available, this darn thing still loads when I run the
following code:
Dim objWord As Object
objWord = CreateObject("Word.Application")
Is there a way to load the version I want?
Derek Hart