Quote Originally Posted by <ABX
You could also just save the word document as a .rtf and then load the document a runtime

VB Code:
  1. RichTextBox1.Load("C:\My Path\My File.rtf")
Thanks...it helps me to show the text...
but the syntax is...

VB Code:
  1. RichTextBox1.LoadFile("C:\My Path\My File.rtf")
Big thanks to everybody