The methods for using the RichTextBox to open and save are LoadFile and SaveFile

Code:
'Load the File
RichTextBox1.LoadFile CommonDialog1.filename, rtfRTF

'Save the file
RichTextBox1.SaveFile CommonDialog1.filename, rtfRTF