1. Home
  2. Docs
  3. EXCEL Activities
  4. WorkBook
  5. ExecuteMacro

ExecuteMacro

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.