How to Save an Open Word Document with AutoHotkey

Word := ComObjActive("Word.Application") ; Connects to the open Word document
Word.ActiveDocument.Save() ; Save the file