Results 1 to 2 of 2

Thread: Adding A new line to a rich text box

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Mar 2000
    Location
    london
    Posts
    31
    Can anybody please tell me how do i add a new line at the top of a rich text box and move the text down.
    Just the same as if you press enter the text after the cursor would all move down one line. I need a command button to do this how do i do it
    Thanks
    D Stonebanks

  2. #2
    Guest
    RichTextBox1.Text = "NewLineValue" & vbCrLf & _
    RichTextBox1.text

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