다음을 통해 공유


Worksheet.EnableFormatConditionsCalculation Property (Excel)

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

Version Information

추가된 버전: Excel 2007

Syntax

.EnableFormatConditionsCalculation

A variable that represents a Worksheet object.

Remarks

When set to True (default), evaluation of conditional formats will will occur automatically as needed. When set to False, conditional formats will not be 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 as performance can be slow in these cases.

참고 항목

개념

Worksheet Object

Worksheet Object Members