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

Sorting Huge Lists

Got a huge amount of data you need to sort in a worksheet, but Excel doesn't seem to be sorting it correctly? Here's some ...

Discover More

Tool to View Field Codes

Fields can be used to add all sorts of dynamic data to your documents. Viewing the field codes, at times, is desirable. ...

Discover More

Table Won't Flow to Second Page

Have you ever created a table that never seems to flow to a second page, even when it should? This could be caused by any ...

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)

Determining the Template Attached to a Document

If you've opened a document in Word, that document has a template attached to it. This tip looks at what those templates ...

Discover More

Saving a Preview with Your Template

Templates provide a collection of styles and boilerplate for new documents. Selecting the right template by filename only ...

Discover More

Creating a Letterhead Template

Word is often used to write all sorts of letters. You may want to create a template that makes creating your letters ...

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 8 - 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.