For anyone else, here is the solution I came up with: #include <Word.au3> $oWord = _Word_Create() $sFileName = @ScriptDir & "\testDoc.docx" $oDoc = _Word_DocOpen($oWord,$sFileName, Default,Default,True) $iPages= $oDoc.ComputeStatistics(2) ; no. of pages ;$iPage = $oWord.Selection.Information(3) ; current page $sImgFilePath = @ScriptDir & "\testImg.jpg" $bLinkToFile = False $bSaveWithDocument = Tru