Word := ComObjCreate("Word.Application")
Word.Visible := True
file := "C:\Users\User\Desktop\WordFile.docx" ; Path to file
Word.Documents.Open(file)
Word := ComObjCreate("Word.Application")
Word.Visible := True
file := "C:\Users\User\Desktop\WordFile.docx" ; Path to file
Word.Documents.Open(file)