Written by Allen Wyatt (last updated November 6, 2021)
This tip applies to Word 97, 2000, 2002, and 2003
Unfortunately, Word does not have a setting you can use to specify a default "open" zoom level for your documents. (This would be very nice—Redmond, are you listening?) This means that documents open at the zoom level used when the document was originally saved.
One way to work around this is to create an AutoOpen macro, and then save it in the Normal template. This macro is then automatically run whenever a document based on the template is opened. Since every document has access to the Normal template, every document will have access to the macro.
To make the change, simply open the Normal template file directly and then create your macro, as follows:
Public Sub AutoOpen() ActiveWindow.ActivePane.View.Zoom.Percentage = 200 End Sub
Notice that in this very short macro the zoom level is set to 200, which means 200%. If you want some other default zoom level, simply change the value to the desired percentage. Now save and close your Normal template, and exit Word. When you restart Word and open your other files, they should change to the specified zoom level automatically.
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 (1343) applies to Microsoft Word 97, 2000, 2002, and 2003.
Do More in Less Time! An easy-to-understand guide to the more advanced features available in the Microsoft 365 version of Word. Enhance the quality of your documents and boost productivity in any field with this in-depth resource. Complete your Word-related tasks more efficiently as you unlock lesser-known tools and learn to quickly access the features you need. Check out Microsoft 365 Word For Professionals For Dummies today!
Two of the most common character coding schemes used in computers go by the acronyms ASCII and ANSI. This tip explains a ...
Discover MoreTired of the task pane appearing every time you start Word? Here's how to get rid of it.
Discover MoreWant to change the number of "undo" steps available when editing? You can't, because Word doesn't' really have a maximum. ...
Discover MoreFREE SERVICE: Get tips like this every week in WordTips, a free productivity newsletter. Enter your address and click "Subscribe."
2025-06-05 15:35:26
Barbie
Actually, I've found that documents open at the zoom level being used in the document that was closed last.
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 © 2025 Sharon Parq Associates, Inc.
Comments