controlling tab oders

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to change the tab order in my office 2000 word form so that hey are more coherent. How do I do that?
 
Mike
In the Properties Window (F4) of the Visual Basic Editor in word, there is TabInde
property for each control on the UserForm. This property is autofilled based on the
order you created the control. To change tab order, simply change TabIndex to
reflect the control's tab order. 0 is the default control, 1 is the first tab stop,
2 is the second tab stop and so on

HTH
- Dustin Carter
 

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