Skip to main content

Run Presentation Macro

Runs a specified macro in a macro-enabled presentation.

Input

  • Macro Name: Name of the macro to run
    • Type: System.String
    • Required

Output

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

Details

  • This activity can only be used within the Use PowerPoint Presentation activity. PowerPoint 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