View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
atpgroups atpgroups is offline
external usenet poster
 
Posts: 40
Default Text boxes in forms

On Dec 11, 10:40*am, Risky Dave
wrote:

When users need to input several different items into the same text box, how
do I capture the carriage return to put these on different lines within the
same box?


Either set the TextBox EnterKeyBehaviour to FALSE in the properties
pane when designing the form, or set the same property programatically