title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
Application.MeasurementUnit property (Excel) |
vbaxl10.chm133298 |
|
|
2f48eda1-9d82-d8fc-ce89-2d33a4801e12 |
04/05/2019 |
medium |
Specifies the measurement unit used in the application. Read/write XlMeasurementUnits.
expression.MeasurementUnit
expression A variable that represents an Application object.
In the following example, the measurement unit for the application is set to inches.
Application.MeasurementUnit = xlInches
[!includeSupport and feedback]