targeter 0 Posted August 9, 2010 (edited) I know the diff and the whole xml thing with the .docx. The script I was writing uses _WordCreate() from word.au3. If the file does not exist it is created by the command, however even though it is saved with a .docx extension Word '07 is still in computability mode. $oWordApp = _WordCreate (@ScriptDir & "\Test1.docx", 0, 0) $oDoc = _WordDocGetCollection ($oWordApp, 0) Send("blah blah blah," & "{ENTER}" & "test",0) _WordQuit ($oWordApp, -1) If I leave the create a blank .docx file, there isn't a problem. Is there a way to use _WordCreate to save in native .docx format? Edited August 9, 2010 by targeter Share this post Link to post Share on other sites