Aiwozo.Excelfile.Core.Activities.ExecuteMacro
- ExecuteMacro activity is used to execute the pre-builded macro within a workbook.
- The Workbook file must be a Macro-Enabled Workbook.
- This activity only works inside the excel application scope.
Properties
ย ย ย ย Misc
- DisplayName (String) โ To set a meaningful name according to the user.
- MacroArguments (InArgument<IEnumerable<Object>>) – Define the parameters required for executing the macro.
- MacroName (InArgument<String>) – The name of the macro which needs to be executed.