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:
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.
Do More in Less Time! Are you ready to harness the full power of Word 2013 to create professional documents? In this comprehensive guide you'll learn the skills and techniques for efficiently building the documents you need for your professional and your personal life. Check out Word 2013 In Depth today!
If you choose to exit Word and it asks you if you want to save changes to your Normal.dot template, it can be very ...
Discover MoreDon't want Word to start by using the Normal.dot template? This tip explains how to start using a different template.
Discover MoreHave you ever created a template only to have the styles within it changed as they were used within a document? Here are ...
Discover MoreFREE SERVICE: Get tips like this every week in WordTips, a free productivity newsletter. Enter your address and click "Subscribe."
There are currently no comments for this tip. (Be the first to leave your comment—just use the simple form above!)
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.
Visit the WordTips channel on YouTube
FREE SERVICE: Get tips like this every week in WordTips, a free productivity newsletter. Enter your address and click "Subscribe."
Copyright © 2024 Sharon Parq Associates, Inc.
Comments