L
Lowell
I'm creating a VB application using Word. I would like to support various
Word versions (9,10 & 11). I have included a reference to the Word 11 OLB in
my Visual Studio environment. Should I include the version 9 & 10 OLB's as
reference?
Should I create the documents in the application like this:
Dim myWordApp as Word.Application
-or-
Dim myWordApp as Object
The first choice seems to work the best for Word. I a, also using EXCEL and
I use "Object" rather than Excel.application, which works best.
Word versions (9,10 & 11). I have included a reference to the Word 11 OLB in
my Visual Studio environment. Should I include the version 9 & 10 OLB's as
reference?
Should I create the documents in the application like this:
Dim myWordApp as Word.Application
-or-
Dim myWordApp as Object
The first choice seems to work the best for Word. I a, also using EXCEL and
I use "Object" rather than Excel.application, which works best.