How to set the sequence of movements of the "tab" key

C

cyberdude

Hi,

I have put a number of textboxes on an userform. When I move around
the textboxes by pressing the "tab" key, the sequence of moving from
one textbox to another is not what I want. Can I change the sequence
of movements of the "tab" key?

Mike
 
L

Lene Fredborg

In object view in VBA, right-click anywhere on the â€background†of the
userform and select Tab Order. In the dialog box that opens, you can move all
items up or down as desired.

If you have used frames in the userform, you can set the tab order within
each frame. If you right-click the frame and select Tab Order, the dialog box
will list only the objects in the frame.

--
Regards
Lene Fredborg
DocTools - Denmark
www.thedoctools.com
Document automation - add-ins, macros and templates for Microsoft Word
 

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

Top