View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
JLGWhiz[_2_] JLGWhiz[_2_] is offline
external usenet poster
 
Posts: 1,565
Default Form and tabbing

Try 0 - 3 and see what happens.


"JT" wrote in message
...
I have a form with about 30 controls and objects. I have turned the
tabstop
property on all of the controls off except for 4 buttons. I have sent the
tabstop to true for the frame that contains all of the controls and
objects
and the 4 buttons and given them a tab index of 0 -4.

When the form opens I can tab through all of the buttons in the correct
order. However, when it gets to the last button and I hit the tab key,
the
focus stays on the last button. I was expecting it to go back to the
first
button.

What am I doing wrong? Thanks for the help....



--
JT