...
Find more about working with macro here:
Action icon
Image Removed
Image Added
Parameters
Input parameters
...
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
СвойствоОписаниеТипПример заполненияОбязательностьзаполнения поляПараметрыКонтекстЭкземпляр Word-документа, в котором будет запущен внешний макросInstance of a Word document. | Robin.Word | Word context |
Да | Путь к макросу | Путь к текстовому файлу макроса, который содержит VBA-код. | Путь к файлу | Да | Имя процедуры | Имя вызываемой функции или подпрограммы, которая указана в VBA-коде макроса. | Строка | Да | Входной параметр | Значения входных параметров вызываемой функции или подпрограммы в коде макроса. Значения параметров необходимо указывать в том же порядке, в каком эти параметры указаны в вызываемой функции. | Коллекция | Нет | 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 |
Результаты |
Результат | Значение, возвращаемое запущенным макросом. Если указанный макрос ничего не возвращает, результат работы действия будет пустым. | Коллекция Special conditions of use
...