OfficeXP/2003 to Office2K compatibility

O

Oren

Hi All,
I have a VB6 application where I use late binding on a word object.
I need to know whether I'm gonna run into any compatibility problems when
using the application on a computer running Office2K. I can't do the obvious
(which is to install the app on a machine running Office2K) because I don't
have this version :)
Are there any main issues I should address and if not where can I find a
reference to compare the object models of the different versions?
Thanx
Oren.
 
J

Jonathan West

Oren said:
Hi All,
I have a VB6 application where I use late binding on a word object.
I need to know whether I'm gonna run into any compatibility problems when
using the application on a computer running Office2K. I can't do the obvious
(which is to install the app on a machine running Office2K) because I don't
have this version :)
Are there any main issues I should address and if not where can I find a
reference to compare the object models of the different versions?
Thanx
Oren.

The key issue is whether you are making use of any objects and properties
that are new to Word 2002. There really isn't a way to be sure without
testing. But you can check the Word VBA Help file, the section "What's new
in Word 2002" and see whether it lists any features you are using in your
code.
 

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