FormatCondition.Text Property

Excel Developer Reference

Returns or sets a String value specifying the text string used by the conditional formatting rule.

Version Information
 Version Added:  Excel 2007

Syntax

expression.Text

expression   A variable that represents a FormatCondition object.

Remarks

This property is ignored if the Type property is not set to xlTextString.

See Also