Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 1.2 KB

Excel.Worksheet.EnableFormatConditionsCalculation.md

File metadata and controls

35 lines (20 loc) · 1.2 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Worksheet.EnableFormatConditionsCalculation property (Excel)
vbaxl10.chm175161
vbaxl10.chm175161
Excel.Worksheet.EnableFormatConditionsCalculation
f1f56d9f-3a0f-e3d4-f686-1a695a55604e
05/30/2019
medium

Worksheet.EnableFormatConditionsCalculation property (Excel)

Returns or sets if conditional formats occur automatically as needed. Read/write Boolean.

Syntax

expression.EnableFormatConditionsCalculation

expression A variable that represents a Worksheet object.

Remarks

When set to True (default), evaluation of conditional formats occurs automatically as needed. When set to False, conditional formats are not re-evaluated. Any previously applied conditional formatting will still be visible, but it will not update as cell values or AppliesTo ranges are changed.

The purpose of this flag is to allow VBA programmers to configure a rule completely before evaluating it. This is particularly useful when condition is applied over a large range because performance can be slow in these cases.

[!includeSupport and feedback]