Selection.TypeText ("Text line 1" & vbCr & "Text line 2" & vbCr)
Word/VBA - How to write to the current document
The code snippet below outputs text at the cursor location of the current document in a Word macro.