Share via


FormatCondition.Expression2 Property (Access)

You can use the Expression2 property to return the values of a conditional format within a FormatCondition object. Read-only String.

Syntax

expression .Expression2

expression A variable that represents a FormatCondition object.

Remarks

The Expression2 property returns a Variant value or expression associated with the second part of the conditional format when the Operator property of the FormatCondition object is acBetween or acNotBetween, otherwise, the Expression2 property is null.

See Also

Concepts

FormatCondition Object

FormatCondition Object Members