Share via


Application.MeasurementUnit Property (Excel)

Specifies the measurement unit used in the application. Read/write xlMeasurementUnit.

Version Information

추가된 버전: Excel 2007

Syntax

.MeasurementUnit

A variable that represents an Application object.

Example

In the following example the measurement unit for the application is set to inches.

Application.MeasurementUnit = xlInches

참고 항목

개념

Application Object

Application Object Members