Welcome toWord.Tips.Net
Ask a Word Question
Make a Comment
Learn Access Now
Free Printable Forms
Beauty Tips
Car Tips
Cleaning Tips
College Tips
Cooking Tips
Excel2007 Tips
ExcelTips
Family Tips
Gardening Tips
Health Tips
Home Tips
Legal Tips
Money Tips
Organizing Tips
Pest Tips
Pet Tips
Wedding Tips
Word2007 Tips
WordTips
Printing On Both Sides of the Paper
Turning Off AutoComplete for Dates
Understanding Auto Line Spacing
Adding Comments to Your Document
Conditional Calculations in Word
Martyn likes to use millimeters as his default measurement unit in Word. So, he displays the General tab of the Options dialog box (or the Advanced area of the Word Options dialog box, if he were using Word 2007), 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.dot 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
Tip #429 applies to Microsoft Word versions: 97 2000 2002 2003 2007
Create Rock-Solid Lists! Bulleted and numbered lists can help make your writing clearer and easier to follow. If not done properly, however, they can be a nightmare to work with. Discover the ins and outs of Word's lists with this great reference available in two versions.