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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.