RE: How to set the sequence of movements of the "tab" key by lf
lf
Sun Jun 29 01:23:00 PDT 2008
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
"cyberdude" wrote:
> 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
>