How to add your knowledge
Word Macro Runner <WordMacroRunner>
Table of contents
- 1. Synopsis
- 2. Mixins
- 3. Parameters
Synopsis
Run a macro in a Microsoft Word Document.
Mixins
WordWriterMixinModifier
Parameters
| Name | Type | Description |
|---|
| Arguments | list | List of arguments in the macro. |
| MacroName | string | Name of the macro. |
| outputSelf? | boolean | If True, the data is displayed in the final document. Default is True. |
Comments