Tab Order

C

Cody

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

Thanks for any help.
 
C

Chip Pearson

If you are referring to controls on a userform, use the TabIndex
property to assign tab order. I don't think you can change the
tab order for controls used directly on a worksheet.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com
 
Top