Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Will Word 97 object library work with Word 2000?

Status
Not open for further replies.

animal

MIS
Aug 9, 2000
15
CA
I am writing a mail merge routine using vb6 and and Word 97. I have a reference to Word 97's object library (MsWord8.olb). My question is, will the mail merge work for a user that has Word 2000?
 
If you have set a reference to Word 97 in your application the package and deployment wizard will include the necessary libraries to run your code. You will only run into problems when the library on the users machine is a later version than you have on your setup, then you have to hope that good old Microsoft built some backwards compatibility into the newer version of the library. In most cases, it will be the case that htings will work out, but that is what testing is for!!!!!
Simon
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top