Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 1.02 KB

Access.CommandButton.Enabled.md

File metadata and controls

35 lines (20 loc) · 1.02 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
CommandButton.Enabled property (Access)
vbaac10.chm10464
vbaac10.chm10464
Access.CommandButton.Enabled
c48d979d-3320-d8ab-1019-c5d1bf60e01d
02/21/2019
medium

CommandButton.Enabled property (Access)

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 a CommandButton 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.

[!includeSupport and feedback]