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
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