FormatCondition.Formula1 Property
Excel Developer Reference |
Returns the value or expression associated with the conditional format or data validation. Can be a constant value, a string value, a cell reference, or a formula. Read-only String.
Syntax
expression.Formula1
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 |
---|
|
See Also