View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
JOhn Wirt JOhn Wirt is offline
external usenet poster
 
Posts: 8
Default .Textbox won't word wrap. Why?

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