Continually Saving Normal.dot

Written by Allen Wyatt (last updated April 29, 2022)
This tip applies to Word 97, 2000, 2002, and 2003


Barbara noticed a strange thing with Word--it was saving her Normal.dot file every time she exited the program. The only thing she could think of that might have caused this behavior is that she installed WinFax, which added an icon to the task bar.

The Normal.dot template is only saved when exiting if something within the template has changed. This change could be done either overtly by you, or covertly by an add-on to Word. The change could be virtually anything, such as a change to a style, menu, or toolbar. Third-party applications like WinFax often use VBA to implement various icons and menu options. If you did not notice this behavior before installing WinFax, then chances are good that WinFax is the problem here.

The first step is to visit the WinFax site and see if there is an upgrade that will fix the behavior. If so, download it and install it on your system. It is also possible that some other program, which works fine with Word on its own, is having problems with WinFax and manifesting the problem within Word. For instance, Norton AntiVirus and SystemWorks have problems working with some versions of WinFax and Word. The solution is to check these other programs and see if there is some update to them that may solve the problem.

If neither of these suggestions rectify the problem, you can use a macro to fool Word into thinking that Normal.dot has already been saved. For instance, you can place the following macros in Normal.dot. They will mark the template as saved and preclude the message in the future:

Sub AutoClose()
    NormalTemplate.Saved = True
End Sub
Sub FileExit
    NormalTemplate.Saved = True
    Application.Quit
End Sub

The risk, of course, is that you really will make a change to the Normal.dot and lose it because you didn't save. You can mitigate that problem by simply making sure you explicitly save Normal.dot if you make any changes.

Note:

If you would like to know how to use the macros described on this page (or on any other page on the WordTips sites), I've prepared a special page that includes helpful information. Click here to open that special page in a new browser tab.

WordTips is your source for cost-effective Microsoft Word training. (Microsoft Word is the most popular word processing software in the world.) This tip (1593) applies to Microsoft Word 97, 2000, 2002, and 2003.

Author Bio

Allen Wyatt

With more than 50 non-fiction books and numerous magazine articles to his credit, Allen Wyatt is an internationally recognized author. He is president of Sharon Parq Associates, a computer and publishing services company. ...

MORE FROM ALLEN

Conditional Printing

If you need to make what Excel prints be based upon conditions in a worksheet, you'll love the information in this tip. ...

Discover More

Finding the Path to the Desktop

Figuring out where Windows places certain items (such as the user's desktop) can be a bit frustrating. Fortunately, there ...

Discover More

Missing Fonts in a Letterhead

When you create a document (such as a letterhead) that you want multiple people to use, you need to be concerned with ...

Discover More

Create Custom Apps with VBA! Discover how to extend the capabilities of Office 2013 (Word, Excel, PowerPoint, Outlook, and Access) with VBA programming, using it for writing macros, automating Office applications, and creating custom applications. Check out Mastering VBA for Office 2013 today!

More WordTips (menu)

What Changes Did I Make In that Template?

When you make changes that affect a template, Word usually asks you if you want to save those changes when you exit the ...

Discover More

Changing the Attached Template

Templates, when attached to a document, can greatly affect how that document looks. You can change from one template to ...

Discover More

Finding Where Templates Are Stored

The first step in modifying templates is to find out where they are stored on your system. Here's the easiest way to ...

Discover More
Subscribe

FREE SERVICE: Get tips like this every week in WordTips, a free productivity newsletter. Enter your address and click "Subscribe."

View most recent newsletter.

Comments

If you would like to add an image to your comment (not an avatar, but an image to help in making the point of your comment), include the characters [{fig}] (all 7 characters, in the sequence shown) in your comment text. You’ll be prompted to upload your image when you submit the comment. Maximum image size is 6Mpixels. Images larger than 600px wide or 1000px tall will be reduced. Up to three images may be included in a comment. All images are subject to review. Commenting privileges may be curtailed if inappropriate images are posted.

What is nine minus 5?

There are currently no comments for this tip. (Be the first to leave your comment—just use the simple form above!)


This Site

Got a version of Word that uses the menu interface (Word 97, Word 2000, Word 2002, or Word 2003)? This site is for you! If you use a later version of Word, visit our WordTips site focusing on the ribbon interface.

Videos
Subscribe

FREE SERVICE: Get tips like this every week in WordTips, a free productivity newsletter. Enter your address and click "Subscribe."

(Your e-mail address is not shared with anyone, ever.)

View the most recent newsletter.