When I’m trying to use Run Spreadhsheet Macro to run excel macro from UI Path. I’m using this activity inside Excel Process Scope aswell as Use Excel File but while using the Run Spreadhsheet Macro activty is needs Source workboook as path . After entering the path it’s showing error message as implicit conversion from String to UIPath.Excel.Activities.IWorkBookQuickHandler.
You have to put a Use Excel File inside the Excel Process Scope. Then you have to put Run Spreadsheet Macro inside the Use Excel File.
- Excel Process Scope
– Use Excel File
— Run Spreadsheet Macro