Object property
Overrides a standard property or method when a new control has a property or method of the same name.
Syntax
object.Object [. property |. method ]
The Object property syntax has these parts:
Part | Description |
---|---|
object | Required. The name of an object that you have added to the Microsoft Forms Toolbox. |
property | Optional. A property that has the same name as a standard Microsoft Forms property. |
method | Optional. A method that has the same name as a standard Microsoft Forms method. |
Remarks
Object is read-only.
If you add a new control to the Microsoft Forms Toolbox, it is possible that the added control will have a property or method with the same name as a standard Microsoft Forms property or method. The Object property lets you use the property or method from the added control, rather than the standard property or method.
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.