Set Tab Order

K

kristenb

I have created a form that contains many text boxes, a combo box, and a list
box. They have been inserted out of number order and I cannot get it to let
me tab or enter from one to another.

I have read about changing the TabIndex property, but cannot locate it. Can
anyone tell me how to let my users tab or enter from one control to the next?

Thank you!
Kristen
 
D

Doug Robbins - Word MVP

Assuming that you are talking about a UserForm, with the UserForm displayed
in the Visual Basic Editor, select Tab Order from the Visual Basic View
menu.

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP
 
K

kristenb via OfficeKB.com

I tried that, but Tab Order is greyed out - I cannot select it. Do you know
how I can change that?

Thanks for your help!
Kristen
Assuming that you are talking about a UserForm, with the UserForm displayed
in the Visual Basic Editor, select Tab Order from the Visual Basic View
menu.
I have created a form that contains many text boxes, a combo box, and a
list
[quoted text clipped - 9 lines]
Thank you!
Kristen
 
K

kristenb via OfficeKB.com

ok, I get it. But, I'm not using a UserForm...I am talking about a word doc
that I have added text boxes and a combo box to along with code. How do I
tab from one to the next?

I tried that, but Tab Order is greyed out - I cannot select it. Do you know
how I can change that?

Thanks for your help!
Kristen
Assuming that you are talking about a UserForm, with the UserForm displayed
in the Visual Basic Editor, select Tab Order from the Visual Basic View
[quoted text clipped - 5 lines]
 
S

Stefan Blom

If this is a protected form, see
http://word.mvps.org/faqs/tblsfldsfms/SetTabOrder.htm.

--
Stefan Blom
Microsoft Word MVP


in message
ok, I get it. But, I'm not using a UserForm...I am talking about a word
doc
that I have added text boxes and a combo box to along with code. How do I
tab from one to the next?

I tried that, but Tab Order is greyed out - I cannot select it. Do you
know
how I can change that?

Thanks for your help!
Kristen
Assuming that you are talking about a UserForm, with the UserForm
displayed
in the Visual Basic Editor, select Tab Order from the Visual Basic View
[quoted text clipped - 5 lines]
Thank you!
Kristen
 
K

kristenb via OfficeKB.com

I'm sorry - I wish I could explain better what I'm doing... Let's see... I
created a document in Word 2003. Then I added some controls: Labels, text
boxes, combo box, list box. I have written code for the combo box and list
box. Now I want my users to fill in a text box, then hit tab (or any key) to
move to the next control. I also want to set the order which they move from
one control to the next. I tried doing a keybinding thing last night, but I
couldn't figure that out either. I am fairly new to this, but enjoy it (more
than people I know think I should). I really appreciate your time and
assistance.


Stefan said:
If this is a protected form, see
http://word.mvps.org/faqs/tblsfldsfms/SetTabOrder.htm.

--
Stefan Blom
Microsoft Word MVP
ok, I get it. But, I'm not using a UserForm...I am talking about a word
doc
[quoted text clipped - 14 lines]
 

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