UserForm text does not wrap

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I created a user for with text what is very long. It will not wrap if I
resize the box. I just keep running on.
Help!!
 
There are two properties that need to be set so that words will wrap.
WordWrap should be set to True, and MultiLine must also be set to True.

Multiline allows you to hit enter inside a textbox and have another line,
but if wordwrap is false the individual lines won't wrap.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top