W
wwcoop
I have been developing a macro
using Microsoft Office 2003.
The macro uses both Excel and
Word Object model references.
I need to deploy this macro in an
office environment that only uses
Microsoft Office 2000.
Naturally, if I try to run the Macro
in the Office 2000 enviroment I
get an error, because the 2000
enviroment uses the 10.0 object
model reference and the 2003
environment uses the 11.0 object
model reference.
What is the best solution to migrate
my macro back to the Office 2000
environment?
Are there substantial differences
between 2000 and 2003 that will
effect my VBA coding?
What's the best way to proceed?
Thanks!
using Microsoft Office 2003.
The macro uses both Excel and
Word Object model references.
I need to deploy this macro in an
office environment that only uses
Microsoft Office 2000.
Naturally, if I try to run the Macro
in the Office 2000 enviroment I
get an error, because the 2000
enviroment uses the 10.0 object
model reference and the 2003
environment uses the 11.0 object
model reference.
What is the best solution to migrate
my macro back to the Office 2000
environment?
Are there substantial differences
between 2000 and 2003 that will
effect my VBA coding?
What's the best way to proceed?
Thanks!