Options.MeasurementUnit Property (Word)
Returns or sets the standard measurement unit for Microsoft Word. Read/write WdMeasurementUnits.
Syntax
expression .MeasurementUnit
expression Required. A variable that represents an Options collection.
Example
This example sets the standard measurement unit for Word to points.
Options.MeasurementUnit = wdPoints
This example returns the current measurement unit selected on the General tab in the Options dialog box (Tools menu).
CurrUnit = Options.MeasurementUnit