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 object.

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

See also

Options Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.