poopiebear
New Member
- Joined
- Nov 19, 2010
- Messages
- 41
Hello. I have a userform with 3 frames. Each of the frames have controls within them. I want to be able to tab not only within a single frame, but also across different frames. Is this possible.
For example:
Frame1 - ComboBox1, Textbox1, Textbox2, Textbox3, Textbox4
Frame2 - OptionButton1, OptionButton2
Frame3 - Textbox5, Textbox6
Tab Order:
Frame1.ComboBox1 > Frame2.OptionButton1 > Frame2.OptionButton2 > Frame1.TextBox1 > Frame1.TextBox2 > Frame3.Textbox5 > Frame1.TextBox3 > Frame1.TextBox4 > Frame3.Textbox6
Thanks!
For example:
Frame1 - ComboBox1, Textbox1, Textbox2, Textbox3, Textbox4
Frame2 - OptionButton1, OptionButton2
Frame3 - Textbox5, Textbox6
Tab Order:
Frame1.ComboBox1 > Frame2.OptionButton1 > Frame2.OptionButton2 > Frame1.TextBox1 > Frame1.TextBox2 > Frame3.Textbox5 > Frame1.TextBox3 > Frame1.TextBox4 > Frame3.Textbox6
Thanks!