A couple of ways have worked with me:
VB Code:
  1. RichTextBox1.TextRTF = RichTextBox2.TextRTF
  2.  
  3. RichTextBox1.SelText = RichTextBox2.TextRTF

Phreak