Print Method

activex

The Print method of the Word document is used to print it:

invoke method(#WordDoc.PrintOut)

If you are not using a component reference to the document, you can, for example, identify the document as the currently open document in the Word application:

invoke method(#WordApp.ActiveDocument.PrintOut)