View Single Post
 
Old 05-05-2011, 12:37 AM
macropod's Avatar
macropod macropod is offline Windows 7 32bit Office 2007
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 22,387
macropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond repute
Default

Hi Jerry,

Simply renaiming 'Normal.dot' to 'Normal.dotm' is not a good idea. Files with .dot and .dotx/.dotm have a completely different structure.

What you could safely do is rename the 'Normal.dot' file to 'Normal.doc' and then open it as an ordinary document. Once you've done that, you should be able to go into the visual basic editor and export all its modules & forms, except for the 'This Document' module, whose contents you should copy directly from 'Normal.doc' into the 'This Document' module for Normal.dotm. You can then close the 'Normal.doc' file and, using the visual basic environment import the code modules & forms into Normal.dotm. Note: if you've been creating code modules in the Normal.dotm file already, they should probably be deleted so that you don't get conflicts when the import is done.
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote