Syntax

expression.FormatConditions

expression A variable that represents a Range object.

Example

This example modifies an existing conditional format for cells E1:E10.

Visual Basic for Applications
Worksheets(1).Range("e1:e10").FormatConditions(1) _ .Modify xlCellValue, xlLess, "=$a$1"
format format conditions Format Conditions Property FormatCondition Property formatconditions FormatConditions Property Get all the format conditions for a specified range? Loop through individual format conditions? Return format conditions collection?

See also: