Copy one sheet of macro file into another macro .xlsm file uipath

@Symbat_Almakhan ,
To run a macro, you can first open a notepad and paste the macro code there and save as a txt file,

then in studio , use excel application scope to open the excel, and inside the excel scope , use invoke VBA activity, and provide the macro name and txt file path , now the macro will execute during the run
image