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

Copying a Range of Pages in a Macro

Do you need to copy, within a macro, a range of pages? Because pages can be so fluid in Word, this can be a bit tricky. ...

Discover More

Repeating a Pattern when Copying or Filling Cells

The fill tool can be a great help in copying patterns of information in a column. It isn't so great, though, when the ...

Discover More

Replacing Multiple Spaces with Tabs

If you get a document or some text that has multiple consecutive spaces used to align information, you'll undoubtedly be ...

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)

Fixing Persistent Template Corruption

If your document templates often become corrupted, there are a few things you can try to relieve the situation. Here are ...

Discover More

How Word Treats Normal.dot

Templates are at the core of how Word creates and formats documents. From the earliest days of Word, the most basic of ...

Discover More

Preventing Changes to Styles in Documents

Have you ever created a template only to have the styles within it changed as they were used within a document? Here are ...

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 eight less than 8?

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.