Moving around an User Form

  • Thread starter Thread starter Fredriksson via OfficeKB.com
  • Start date Start date
F

Fredriksson via OfficeKB.com

I have an User Form in which a user input data. The first object that I would
like my user ti input or select data is a combo box then I have 2 text boxes
following.

When my User Form opens it defaults the cursor on the first text box by
passing the combo box.

I would like the curser to default on the combo box.

How do I control the movement of the cursor as an user enters data in the
user form

Thanks
 
Each control on your userform has a .tabindex property and a .tabstop property.

Try putting them in the order you like.
 

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

Back
Top