Tab indexing

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

Guest

I have set my tab indexes in a userform. when I try to set them for check
boxes and option buttons, they automatically convert to 0 for the index tab.
How can I get the tab to stop on a check box or option button?
 
Are your check boxes and option buttons within a Frame control?
If so, set the TabIndex of the Frame to the appropriate value,
and then order the controls within the form starting over at 0.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com
 
Set the Value property of the option button or checkbox to TRUE. This will
"turn on" the option button/checkbox.

Regards,
Edwin Tam
(e-mail address removed)
http://www.vonixx.com
 
and then order the controls within the form starting over at 0.
should be
and then order the controls within the Frame starting over at 0.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com
 

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