Written by Allen Wyatt (last updated March 30, 2024)
This tip applies to Word 2007, 2010, 2013, 2016, 2019, 2021, and Word in Microsoft 365
Martyn likes to use millimeters as his default measurement unit in Word. So, he displays the advanced settings in the Word Options dialog box and sets the default units according to his preference. The problem is, a few days later those default units can change to something else, such as points. Martyn wonders why this occurs and how he can make his preference stick.
There are a couple of things that can be tried. First, open the Normal template. (Open the template directly, using the Open dialog box.) With the template open, set the default measurement unit and then save the template. Then close and restart Word. Unless you later change the Normal.dot template, the default measurement units should remain the same for all your new documents.
This brings up the second possible problem area—working with documents configured differently. It seems that the default measurement units are stored on a document-by-document basis. This means that if you have any documents configured to use a different default measurement unit or if you open a document sent to you by someone else and they don't use the same measurement unit as you, then you can find that you are all of a sudden working with different units.
The solution to this problem is to create an AutoOpen macro that sets your default measurement units. Something as simple as this could work:
Sub AutoOpen() Options.MeasurementUnit = wdMillimeters End Sub
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 (10669) applies to Microsoft Word 2007, 2010, 2013, 2016, 2019, 2021, and Word in Microsoft 365. You can find a version of this tip for the older menu interface of Word here: Default Units that Change.
Comprehensive VBA Guide Visual Basic for Applications (VBA) is the language used for writing macros in all Office programs. This complete guide shows both professionals and novices how to master VBA in order to customize the entire Office suite for their needs. Check out Mastering VBA for Office 2010 today!
Scroll bars are helpful if you have a document that won't fit entirely within the program window. Here's how to turn off ...
Discover MorePaste information into a document and you'll immediately see a small icon next to the pasted information. This icon ...
Discover MoreWhen you open a document that you previously edited, Word displays a message the right side of the screen about jumping ...
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 ribbon interface (Word 2007 or later)? This site is for you! If you use an earlier version of Word, visit our WordTips site focusing on the menu 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