UiPath Macro Update in Excel

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 ?

1 Like

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

@Ritaman_Baral

You can use the Execute Macro activity, check this video:

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.

1 Like

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.