User Form Tab Order

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

Guest

I have created several user forms in Visual Basic and when I run them in
Excel the Tab order is odd. It dosent go right to left top to bottom. It
jumps all over my sheet. Is there a way to make it go in the standard order?

Thanks
Erik
 
Each control has a tabIndex property. Set these in your required order.

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)
 
You can also right click on the form to bring up a dialog which lets you
move all of the items up and down in the tab order.

- Jon
 
Back
Top