Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 858 Bytes

File metadata and controls

36 lines (22 loc) · 858 Bytes
title Workbook.PrecisionAsDisplayed property (Excel)
keywords vbaxl10.chm199126
f1_keywords
vbaxl10.chm199126
api_name
Excel.Workbook.PrecisionAsDisplayed
ms.assetid 4f0c8201-5b8d-5cb5-337c-944d2c7dd8d1
ms.date 05/29/2019
ms.localizationpriority medium

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

[!includeSupport and feedback]