I am facing one issue while developing a project. In this I have to open a specific excel file and perform some activities in it like opening another excel file using UI ( File ->open-> choose Macro ->run macro etc.)
How can I do this in UiPath ? Opening an excel
Your response will be highly appreciated as This one is urgent
First of all save the macro code in a .txt file manually
then
Use open excel application scope and give the specific filepath
then use invoke VBA activity inside it
Provide the .txt script file path
run the macro