View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default How to set Tab-to-next-field in a custom form (created with VBA)

Look at the TabKeyBehavior Property of your controls.

--
Regards,
Tom Ogilvy

"jenelle" wrote in message
...
The custom VBA form has tab order between input fields set up, but tab
behavior INSERTS tabs in the field. How to establish setting so user can

tab
from one field to the next.

PS: Because some are text fields, I the "automatically advance to next

field
when max characters are typed" isn't an option.