Workbook.PrecisionAsDisplayed property (Excel)
True if calculations in this workbook are done by using only the precision of the numbers as they're displayed. Read/write Boolean.
Syntax
expression.PrecisionAsDisplayed
expression 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
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.