| title | Workbook.PrecisionAsDisplayed property (Excel) | |
|---|---|---|
| keywords | vbaxl10.chm199126 | |
| f1_keywords |
|
|
| api_name |
|
|
| ms.assetid | 4f0c8201-5b8d-5cb5-337c-944d2c7dd8d1 | |
| ms.date | 05/29/2019 | |
| ms.localizationpriority | medium |
True if calculations in this workbook are done by using only the precision of the numbers as they're displayed. Read/write Boolean.
expression.PrecisionAsDisplayed
expression A variable that represents a Workbook object.
This example causes calculations in the active workbook to use only the precision of the numbers as they're displayed.
ActiveWorkbook.PrecisionAsDisplayed = True[!includeSupport and feedback]