View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
JT JT is offline
external usenet poster
 
Posts: 234
Default multipage control

I have a multipage control on a form with 5 pages. Each page has about 5
radio buttons on them. The form also has a text box for the user to enter
comments and 2 buttons.

Currently, when the form opens, the first radio button is the first tab
stop, the second radio button is the second, etc. After the radion buttons,
the tab goes to the page name, then the text boxt and the 2 buttons.

What I would like it to do is either (A) ignore the tab stop on the page
name or (B) have the page name being the first tab stop before the radio
buttons.

As it is, it is a little confusing to the user because the user tabs thru
the radio buttons in the correct order but when it jumps to the page name, it
appears that it disappears because I'm not looking for the tab stop on the
page name.

Thanks for the help.....
--
JT