Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Tabbing between Textboxes

Status
Not open for further replies.

SysDupe123

Technical User
Dec 17, 2003
74
US
I have a form in Excel with text boxes and combo boxes for user input. I don't know how to set it up so that the user can tab from one field to the next. Please help.
 
If it is a userform you are asking about - and boy I wish everyone would specify exactly what they mean when they use the word "form" - you can set the tab order for every control with the Tab Index Property. It is zero based BTW.

Gerry
My paintings and sculpture
 
I should clarify. I have several text boxes and combo boxes on a worksheet, so that a user can input data into them. I want the user to be able to tab (or Enter) between the text boxes, but I see no property that will allow it.
I haven't done something like this in Excel before and I need all the help I can get.
Thank you.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top