Share via


Workbook.PrecisionAsDisplayed Property (Excel)

True if calculations in this workbook will be done using only the precision of the numbers as they’re displayed. Read/write Boolean.

Syntax

.PrecisionAsDisplayed

A variable that represents a Workbook object.

Example

This example causes calculations in the active workbook to use only the precision of the numbers as they’re displayed.

ActiveWorkbook.PrecisionAsDisplayed = True

참고 항목

개념

Workbook Object Members

Workbook Object