Tab Order

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am wondering how to set the tab order between controls (i.e. comboboxes,
textboxes, etc.).

Thanks for any help.
 
On a Userform, look at the TabIndex property of the control in the property
window of the control.

In a dialogsheet using controls from the forms control, right click on the
sheet and select tab order.

Not supported on a worksheet.
 
Thank you!


Tom Ogilvy said:
On a Userform, look at the TabIndex property of the control in the property
window of the control.

In a dialogsheet using controls from the forms control, right click on the
sheet and select tab order.

Not supported on a worksheet.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top