Word := ComObjActive("Word.Application") ; Connects to the open Word document
Word.Selection.TypeText("This text is now in Word") ; Type text
Word := ComObjActive("Word.Application") ; Connects to the open Word document
Word.Selection.TypeText("This text is now in Word") ; Type text