View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Sam Sam is offline
external usenet poster
 
Posts: 699
Default Text box in excel user form


Hi All,

I have a text box on my user form where users input "Description" about them.

Rite now what is happening is, If a user inpus a data in that field the
input is like:

abcdefg higklafj aldkfjadfkl alkfjaldfkj aldfjaaldkfja ldsfjladfjfj

I want it to be like:

aldkfjdfa asdlfjaldksfj
akldfjajf aldkfj alfkjjllfj
aldkfjalfj adlffj adfljadfj
aldfjdfk asdlfjladlfj.

How can I design a text box such that it displays the text in this format?

Thanks in Advance.