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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Versions of Object Libraries

Status
Not open for further replies.

GMcFly

Programmer
Oct 2, 2002
48
NL
Hi all.
I've made my first little application using Visual Basic. One of the things it does is export Word files to an html file and upload it to a server. To export the Word files I have to use the Microsoft Word 10.0 Application Library since I use Office XP.
No problem there, it does exactly what I want ... on my computer. But, on some computers it doesn't work. I've done VBA before in Access so I understood it had to be the references because the computers I tested it on use Office 2000 and therefore have the Microsoft Word 9.0 Application Library. Problem.
My question is how can I compile my application so it will run on computers using Office 2000?
Can i put something in my code? Are their special settings? Can I download something?

Thanks for your help,

Mike
 
Is there maybe a way to install old libraries so I can choose these older libraries on my computer? I read in some other posts that I have to make an install package. Is that the solution? Will that install the necessary libraries on the user's computer? If so, wat executable is this wizard (I deleted all my shortcuts), or can I find it in the Visual Basic?

Thanks again,

Mike
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top