View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Russ[_9_] Russ[_9_] is offline
external usenet poster
 
Posts: 1
Default Tab Key Behavior

I've created textboxes in an Excel 2000 userform and have
noticed occasional problems when pressing Tab. Pressing
Tab should move the focus to the next control in the tab
order, but instead Tab inserts a tab character in the edit
region of the textbox. The Multiline property of these
textboxes is False, so pressing Tab should always move the
focus to the next control. Anything I can do correct this?