Results 1 to 4 of 4

Thread: [RESOLVED] textbox woes

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2006
    Posts
    8

    Resolved [RESOLVED] textbox woes

    Hello, I am a n00b, so I apologize before hand if my description of my problem is inadaquete.

    I have created a sub and within that sub i want to send information to be displayed in my textbox. I would like this information to be on seperate lines in the textbox. And wherein lies my difficulty. Whenever I try to make the next appear on a new line in the textbox, it just overwrites the previous line.

    Any help would be much appreicated.

  2. #2
    Hyperactive Member OMITT3D's Avatar
    Join Date
    Mar 2006
    Posts
    368

    Re: textbox woes

    TextBox1.AppendText("w/e" & vbCrLf)

  3. #3

    Thread Starter
    New Member
    Join Date
    Mar 2006
    Posts
    8

    Re: textbox woes

    Thank you some much! You just made my day

  4. #4
    Hyperactive Member OMITT3D's Avatar
    Join Date
    Mar 2006
    Posts
    368

    Re: textbox woes

    Lol no problem make sure to mark thread as resolved

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width