MeasurementUnit Property 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