Installation kits

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top