Business has provided an excel . Business has provided us with one macro code.
After all the transactions ha sbeen processed we need to create that macro in the excel.
How to do so ?
You can use EXECUTE MACRO activity here to execute that macro in the excel file
https://docs.uipath.com/activities/other/latest/productivity/execute-macro
Cheers @Ritaman_Baral
you can use execute macro activity and you need to provide the macro name and parameters if required
refer this video https://www.youtube.com/watch?v=T8r_K0ONpkM
I need to create one macro and embedd it in excel. I dont need to run it.
There is no direct option to create a macro by UiPath itself
We can mimic it by using RECORDING FEATURE in excel to create macro
Or you can make a VBA script / macro and execute it with EXECUTE MACRO
@Ritaman_Baral
we cant directly create macro ,check this one you have to use record macro and create it you can use VBA scripts also to write your own macro.
Hope it’s clarified @Ritaman_Baral
but how to do this using UiPath?
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.