When I paste into a RTBox how can I make it paste starting at the point where I place the cursor?

JO

VB Code:
  1. 'I'm currently using this to paste
  2.  
  3. RTB1.Text = Clipboard.GetText
  4.  
  5. 'but this will overwrite anything already in the RTB1