Dont able to run macro

Hi @DhanashreeLokhande,

I’ll suggest you to use Invoke VBA activity.

  1. Firstly save macro code from excel in .txt file.
  2. Take Invoke VBA activity inside Excel Application Scope.
    Specify the path of txt file in —> CodeFilePath parameter. (e.g —> “ExcelMacro.txt”)
    & macro method name in —> EntryMethodName parameter. (e.g. —> “Macro1”)

Prerequisites, don’t forget to follow steps below before running.