View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Robert Mulroney[_3_] Robert Mulroney[_3_] is offline
external usenet poster
 
Posts: 71
Default Tab's in a multiline text box

I've always wondered this so I've finally going to ask.

When you have a multi-line textbox on a form, is it possible to make the Tab
key actually insert a tab character into the textbox instead of moving the
focus on to the next control in the form? Ive made a form with a rich text
control on it. My users can't seem to understand that the tab key shifts the
focus instead of indenting. Anyone solved this problem?