ObjectFrame.Enabled Property (Access)

You can use the Enabled property to set or return the status of the conditional format in the FormatCondition object. Read/write Boolean.

Syntax

expression .Enabled

expression A variable that represents an ObjectFrame object.

Remarks

The Enabled property setting is a value that indicates whether the conditional format is enabled or disabled. True enables the conditional format. False disables the conditional format. The default is True.

When the Enabled property is True, the conditional format can be displayed in the Conditional Formatting dialog box.

See Also

Concepts

ObjectFrame Object

ObjectFrame Object Members