View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.programming
Jim Cone Jim Cone is offline
external usenet poster
 
Posts: 3,290
Default Trying to get a form to set a style

ctap,
Ok, so now we are talking about a "UserForm"...
Check the "TabStop" property for each textbox.
Should be set to True.
Jim Cone
San Francisco, USA



"cheaperThanAPro" wrote
The problem is tabbing through a UserForm. I've got the Tab order set.
I've checked the Enabled, Locked, and TabKeyBehavior properties. For
some reason, when I load the form, the cursor is in the first text box,
where it should be, but when I hit the tab, it skips over the following
seven items, appears in the eighth, and will not be budged from there.
--
cheaperThanAPro