User Form Tab-Order

  • Thread starter Thread starter universal
  • Start date Start date
U

universal

Is there anywhere to define this with a bunch of combo-boxes?

Ive moved mine around and now the tab takes you through the boxes in
the wrong order.

Thanks
Ed
 
Ed,

Each userform control has a TabIndex property. You can set these in design
mode. Just select the controls in your required tab order and set the
property value accordingly, 1, 2, 3, etc.

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)
 
Back
Top