Oder vielleicht hilft dir das weiter: Benutze die Befehle aus der "Word.au3"
Damit kannst du folgendes tun:
Spoiler anzeigen
Code
User Defined Function Description
_Word_VersionInfo Returns an array of information about the Word.au3 version
_WordAttach Attach to the first existing instance of Microsoft Word where the search string matches based on the selected mode.
_WordCreate Create a Microsoft Office Word Object
_WordDocAdd Returns an object variable representing a new empty document
_WordDocAddLink Add a hyperlink to the document
_WordDocAddPicture Add a picture to the document
_WordDocClose Closes a previously opened word document
_WordDocFindReplace Runs the specified find and replace operation.
_WordDocGetCollection Returns a collection object containing all documents
_WordDocLinkGetCollection Returns a collection object containing all links in the document
_WordDocOpen Opens an existing Microsoft Word Document
_WordDocPrint Prints all or part of the specified document.
_WordDocPropertyGet Returns a select property of the Word Document.
_WordDocPropertySet Set a select property of the Word Document
_WordDocSave Saves a previously opened document
_WordDocSaveAs Saves the specified document with a new name or format.
_WordErrorHandlerDeRegister Disable a registered user COM error handler
_WordErrorHandlerRegister Register and enable a user COM error handler
_WordErrorNotify Specifies whether Word.au3 automatically notifies of Warnings and Errors (to the console)
_WordMacroRun Runs a Visual Basic macro
_WordPropertyGet Returns a select property of the Word Application.
_WordPropertySet Set a select property of the Word Application.
_WordQuit Close the window and remove the object reference to it
Alles anzeigen