View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Chip Pearson Chip Pearson is offline
external usenet poster
 
Posts: 7,247
Default .Textbox won't word wrap. Why?

John,

Set the MultiLine property to True.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com



"John Wirt" wrote in
message ...
I have a form that gets a long string from the user and
the textbox on the form that does this will not word wrap.

The properties of the textbox say that WordWrap is set to
True but it still will not word wrap.

What may be wrong?

The form runs modeless.

Otherwise, the form and the code it calls to insert the
string into a comment on worksheet works fine.

Thanks.

John Wirt