VBA written in Word 2000 problems in XP

S

Suzette

I wrote a pretty extensive amount of VBA code in a template file for Word
2000. Two new users have Office XP and Office 2002. They get the error
"compile error for hidden module". According to them, no module is listed.
Everything works perfectly in 2000. Since I don't currently have Office XP
on my machine I'm at a bit of a loss at this point.

Any ideas or should I break down and install my Office XP and see what's
going on?

Thanks

Suzette
 
H

Howard Kaikow

"Office XP" and "Office 2002" are the same critter.

When templates are moved to another computer, you have to make sure that all
the References for the project are loaded.
 
Top