how to import a normal.dot file from word 97?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

i want to consider migrating to office 2003, but haven't figured out a way to
'import' or replace its 'normal.dot' with the one used in my word 97
application.

i have many macros that i use for speeding my medical transcription of voice
files and would be forced to manually re-enter all of them if i can't
effectively use them from the normal.dot-word-97 file.

thanks in advance for your advice and suggestions!
 
i want to consider migrating to office 2003, but haven't figured out a way to
'import' or replace its 'normal.dot' with the one used in my word 97
application.

i have many macros that i use for speeding my medical transcription of voice
files and would be forced to manually re-enter all of them if i can't
effectively use them from the normal.dot-word-97 file.

thanks in advance for your advice and suggestions!

If you simply upgrade by installing Word 2003 on top of Word 97, and
all goes as it should, you'll find that the old normal.dot works
perfectly well in the new program. The first time you close Word 2003
after the installation, it will save the template in the new format
and you're all set.

If that makes you nervous -- and I'm the last to say everything always
works right! -- you can take some steps before the upgrade to make
sure you can sidestep any problems that may occur.

First, read and heed the steps in
http://www.word.mvps.org/FAQs/General/FilesToBackup.htm. This isn't
specific to upgrades, it's common sense protection against any kind of
problem.

In addition, open the VBA editor in Word 97, select View > Project
Explorer, expand the Normal icon, and expand the Modules icon under
that. Select each module and click File > Export File, select a
location and filename, and save. That will create a .bas file for each
module, containing the code of the macros in that module. Store the
..bas files safely on removable media. After the upgrade, if the macros
don't come along nicely, you can go into the VBA editor in the new
normal.dot and use File > Import File to bring all the .bas files in
as modules there.

Learn to use the Organizer to copy styles, toolbars, macros, and
autotext entries from one template to another.

One caveat: Much has changed in Word and in VBA between Word 97 and
Word 2003. A few things in your macros may not work the same way.
 
If you simply upgrade to office 2003, your normal.dot will be used in the
upgrade. Otherwise, you may want to consider making it a separate global
template. See http://addbalance.com/word/movetotemplate.htm for step-by-step
instructions on moving / sharing / copying / backing-up customizations
including AutoText, AutoCorrect, keyboard assignments, toolbars, macros,
etc.
--

Charles Kenyon

Word New User FAQ & Web Directory: http://addbalance.com/word

Intermediate User's Guide to Microsoft Word (supplemented version of
Microsoft's Legal Users' Guide) http://addbalance.com/usersguide

See also the MVP FAQ: http://www.mvps.org/word which is awesome!
--------- --------- --------- --------- --------- ---------
This message is posted to a newsgroup. Please post replies
and questions to the newsgroup so that others can learn
from my ignorance and your wisdom.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top