Skip to main content

Run Macro

The Run Macro component in Robbot RPA allows you to execute a specific macro in an Excel workbook. This component provides functionality to specify the macro name and module name within the Excel file.

Parameters

File Path : Click the button and select the file location of the excel file in which you want to run the macro. Type : String

Macro Name : Enter the name of the macro you want to run in the Excel file. Type String.

Module Name : Enter the name of the module where the macro is located in the Excel file. Type: String.

Usage

To use the Run Macro component in your Robbot RPA project, follow these steps:

Open your Robbot RPA project.

Drag and drop the Run Macro component into your sequence or workflow.

Configure the component by providing the necessary input:

Click the button next to the File Path parameter and select the file location of the excel file in which you want to execute the macro.

Enter the name of the macro you want to run in the Macro Name parameter.

Enter the name of the module where the macro is located in the Module Name parameter.

Continue building your sequence or workflow by adding other components or actions as needed.

Execute your sequence or workflow to run the specified macro in the Excel file.

By utilizing the Run Macro component, you can automate the execution of macros in Excel files, allowing you to perform specific operations or automate repetitive tasks within your Robbot RPA automation.