View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
sebastienm sebastienm is offline
external usenet poster
 
Posts: 694
Default Carriage Return / ALT-Enter in Textbox control

Hi,
Set its Multiline property to True and its EnterKeyBehavior to True.
Regards,
Sébastien
PS: Rating a post as €śthe answer€ť helps searches and gives the answerer credit for their contribution.


"TeknoBear" wrote:

Has anyone ran across a way to allow the uer to enter a Carriage return in a Textbox control on a user form?

Thanks,

Tom Bilbo