История страницы
...
Action icon
Parameters
...
Settings of parameters
Parameter | Description |
---|---|
Context | Word-document instance where the external macro will be run. |
Macro path | Path to the text file of the macro with the VBA code. |
Procedure name | The name of the called function or subprogram that is specified in the VBA code of the macro. |
Input parameter | Values of input parameters of the called function or subprogram in the macro code. The values of parameters must be specified in the same order in which these parameters are specified in the called function. |
...
Result - the value returned by the running macro. If the specified macro returns nothing, the result of the action will be empty.
Settings of parameters
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
Context | Instance of a Word document. | Robin.Word | Word context | Yes |
Macro Path | Path to a macro text file that contains VBA code. | Robin.FilePath | Yes | |
Procedure name | The name of the function or subroutine to call that is specified in the macro’s VBA code. | Robin.String | Yes | |
Input parameter | Values of input parameters of the called function or subroutine. Parameters must be specified in the same order in which these parameters are specified in the called function. | Robin.Collection | No | |
Results | ||||
Result | The value returned by the running macro. If the specified macro does not return anything, the result of the action will be empty. | Robin.Collection |
...
Обзор
Инструменты контента