MeasurementUnit Property
Applies To
Options object.
Description
Returns or sets the standard measurement unit for Word. Can be one of the following WdMeasurementUnits constants: wdCentimeters, wdInches, wdPicas, or wdPoints. Read/write Long.
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.
CurrUnit = Options.MeasurementUnit