Thread: Tab indexing
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Chip Pearson Chip Pearson is offline
external usenet poster
 
Posts: 7,247
Default Tab indexing

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


"juliejg1" wrote in message
...
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?