Cursor Movement

S

Stumped

I am developing a form in Excel. I have several combo boxes that I would
like to beable to add within teh TAB order. Another words when the sheet is
locked it will TAB to the fields that I am allowing typing, but it will not
TAB to the combo boxes. Someone please help....
 
B

BobT

Why not make your cells contain the combo boxes instead via the Data |
Validation options? It would be easier and any VBA code would be easily
transfered.
 
S

Stumped

The cells already contain a combo box. I am trying to TAB between each combo
box withour having to click each drop down arrow.
 
Top