Umm...wouldn't it be just like writing to a txt file?
Code:
Open "word.doc" For Output As #1
    Print #1, Text1.Text
Close #1
Hope that helps,
D!m