SetDefaultTabOrder method (Microsoft Forms)
Sets the TabIndex property of each control on a form, using a default top-to-bottom, left-to-right tab order.
Syntax
object. SetDefaultTabOrder
The SetDefaultTabOrder method syntax has these parts:
Part | Description |
---|---|
object | Required. A valid object. |
Remarks
Microsoft Forms sets the tab order beginning with controls in the upper left corner of the form and moving to the right. It places controls closest to the left edge of the form earlier in the tab order. If more than one control is the same distance from the left edge of the form, tab order values are assigned from top to bottom.
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.