Hi there, thanks for reply...

could you expand a bit? i changed the

Code:
  objwriter.Write(tbUpperBody.Text)
line to

Code:
  objwriter.Write(tbUpperBody.Rtf)
**tbUpperBody is my RichTextBox.

However, when I reopen the file, it still hasn't stored the bold formatting.

Thanks for your time and help