tab over in form

G

Gail

I have created a form in an Excel worksheet using the Control toolbox. The
form has text boxes, option buttons and combo boxes. How do I make it so that
the user can tab from one box to the next without having to click the curser
in each box? Please help!
 
J

Jacob Skaria

--Are you sure the textboxes are in a user form? (Alt+F11 to launch VBE>Right
click VBAproject tree >Insert Userform..)In that case tab should take you to
-the next control..

--Right click a textbox>Properties . check out the 'Tabindex' property. The
tab follows the index .Set that in your sequence,...

If this post helps click Yes
 
G

Gail

It is not a user form created in VB. It is a form created on an Excel
worksheet - the text boxes, etc. were created using the Control Toolbox. I
have read earlier post - but they did not help me. Is there a way to allow
the user to tab thru the form?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top