ActiveControl property

Identifies and allows manipulation of the control that has the focus.

Syntax

object.ActiveControl

The ActiveControl property syntax has these parts:

Part Description
object Required. A valid object.

Remarks

The ActiveControl property is read-only and is set when you select a control in the interface. Use ActiveControl as a substitute for the control name when setting properties or calling methods.

See also

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.