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

On a form I have 2 textboxes within a frame. I also have 5 buttons for the
user.

I have the tabstops setup so that it flows from the textboxes through the 5
buttons. When you tab off of the last button, I want it to go to the first
textbox.

However, the user has to tab an extra time to get to the first textbox. I
think it is going to the frame that contains the 2 textboxes.

Is there anyway to make the tab skip the frame and go to the first textbox
from the last button?

Thanks for the help....
--
JT