FormatCondition.Operator Property
Returns a Long value that represents the operator for the conditional format.
Syntax
expression.Operator
expression A variable that represents a FormatCondition object.
Example
This example changes the formula for conditional format one, for cells E1:E10 if the formula specifies "less than 5."
| Visual Basic for Applications |
|---|
|