Set the tab order using the TabIndex property

  1. Identify the tab order that you want to use for the form.

    The tab index of the first control in the tab order is 0; the tab index of the second is 1, and so on.

  2. Select a control in the tab order.

  3. In the Properties window, select the TabIndex property.

  4. Enter the appropriate number to identify the control's position in the tab order.

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.