Skip to main content

Run Excel Macro

Run a Macro within a Excel workbook. The Workbook file needs to be enabled for Macros

Input

  • Macro Name: Macro name to run
    • Type: System.String
    • Required

Output

  • Return Value: Saves the value returned by macro. (if any)
    • Type: System.Object

Details

  • This activity can only be used within the Use Excel File activity. Excel application must be installed on the machine where the process will run.
  • Click the "Add Argument" button to add a macro activity inside design area.

Macro Argument

Specify an argument to pass to the macro.

Input

  • Argument: Argument to pass to the macro.
    • Type: System.Object
    • Required