Please Note: This article is written for users of the following Microsoft Word versions: 2007, 2010, 2013, 2016, 2019, and Word in Microsoft 365. If you are using an earlier version (Word 2003 or earlier), this tip may not work for you. For a version of this tip written specifically for earlier versions of Word, click here: Word's Native Measurement Unit.
Written by Allen Wyatt (last updated May 3, 2022)
This tip applies to Word 2007, 2010, 2013, 2016, 2019, and Word in Microsoft 365
Richard wonders what Word uses as its underlying, native measurement unit. He notes that there are almost always rounding errors when switching among inches, metric, and points, and picking the right system would seem to minimize problems.
From everything that we can find, it appears that Word internally uses a measurement unit called a twip. This is equivalent to 1/20 of a point, so there are 1,440 twips in an inch or 567 twips in a centimeter. The interesting thing, however, is that you cannot specify measurements in twips in dialog boxes, nor can you change the default measurement unit (as used in dialog boxes) to twips. Instead, twips are used internally and can only be accessed programmatically, using VBA.
The problem with converting between measurement units seems to crop up when using dialog boxes to enter measurements. Most dialog boxes have a limit on how many digits you can enter to the right of a decimal point, and most of them we tested seemed to place that limit at two digits to the right of the decimal. Thus, you could set a measurement (for example) at 1.25 inches or 1.25 centimeters, but those two measurements are very different in effect.
Let's look at the case of 1.25 inches. If this is converted to points, then it comes out to 90 points. If you convert it to centimeters, then you get (at 2.54 centimeters per inch) 3.175 centimeters. However, if you enter the value in centimeters, you can't use three decimal places; Word would round it to 3.18 centimeters which, if expressed as points, is 90.15 points. (That is 3.18 multiplied by 28.35 points per centimeter.)
The reason this occurs is because points are designed to be equally divisible into common inch-based fractions. Thus, 1/2 inch is exactly 36 points, 1/3 inch is exactly 24 points, 1/4 inch is exactly 18 points, 1/8 inch is exactly 9 points, etc. However, it is not that way with metric conversions; they come out quite different. Each millimeter is equivalent to approximately 2.834645669 points, and each centimeter is 10 times this amount. This allows for rounding errors in almost any conversion—particularly if your input mechanism (the common dialog box) only allows you to enter two digits to the right of the decimal point.
Most people can live with small amounts of imprecision in positioning elements in Word. For these folks, they can live with the difference between 90 points and 90.15 points. Other people may not find this difference acceptable. For them, the best solution is going to be to configure Word to work in points and make sure that all measurements you enter in dialog boxes are always in points. (I would suggest working in twips but, again, this seems to only be germane when working in VBA.)
WordTips is your source for cost-effective Microsoft Word training. (Microsoft Word is the most popular word processing software in the world.) This tip (11388) applies to Microsoft Word 2007, 2010, 2013, 2016, 2019, and Word in Microsoft 365. You can find a version of this tip for the older menu interface of Word here: Word's Native Measurement Unit.
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!
When did Word add each new feature to the program? The answer isn't as clear-cut as you might think it is. This tip ...
Discover MoreIf you have open documents minimized on the Taskbar and then open another document, all of the previously minimized ...
Discover MoreUsually when you are done working on a document, you want to close Word completely and move on to something else. There ...
Discover MoreFREE SERVICE: Get tips like this every week in WordTips, a free productivity newsletter. Enter your address and click "Subscribe."
2019-09-27 13:14:40
Roy
@Dort:
No, it's a common and (apparently) surprisingly frequent thing. For me, it has been all 31 years I've used Word, and almost as long for Excel (though Excel brings its own issues that usually kind of swamp this into being unnoticed).
I might mention that I am NOT a "drag the object close to where it ought to be and drag its handles to about the size it needs to be and look stupid, even to others who do this but never notice how stupid their work looks, just yours, but put no more effort into it anyway" kind of person. If I have three objects which should line up somehow, I edit their placement and sizing as needed to make that happen, as exactly as I am aware I can.
And frankly, since allowing three places, or allowing these twips to be easily, directly used, would solve almost all of the usual problems, it's foolish that they do not allow three places.
Three decimal places would make the problems as rare as you clearly expectt them to be. So why didn't they? (Sigh...)
2018-04-07 09:31:59
Dori Schmetterling
It must be relatively rare for users to go beyond two decimal places, I would have thought. I work in metric.
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 © 2024 Sharon Parq Associates, Inc.
Comments