samir
(Samir Mohite)
3
Hi @DhanashreeLokhande,
I’ll suggest you to use Invoke VBA activity.
- Firstly save macro code from excel in .txt file.
- 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.