-
Macro in XP
Hey guys!
I created a macro for word using office 97... And its working well in office 97...
But when I get this same macro (The file .doc + the file.dot) and try to run at the office xp, it returns me an error telling me that the macro were not found or the macro is desactivated...
Any Idea about how to solve it?
Thanks in advance,
Elminster
-
When you create a macro, behind the scenes, MsWord generates a load of vba code to let itself know what you're doing.
Since some of the code has changed between these versions of MsWord, it could be that the code originally generated is not recognised/outdated & can't be used with the XP version.
I'd advise you just to re-create the macro in Xp...