85133021
(85133021)
1
Hi Guys,
Im new to RPA and struggling a little, i am very much on my own with it and have no support.
What i would like to do:
- Run a existing macro using Studio.
- After MACRO Run copy data from sheet to a particular sheet in a different file.
Is this possible?
Thanks
Vicky
Anil_G
(Anil Gorthi)
2
@85133021
Run macro activity and give the name of macro and any inputs that it needs
then use copy paste range or read range as you need
cheers
@85133021,
Use Run Spreadsheet Macro activity if you have .xlsm file with macro code written in it.

Use Copy/Paste Range activity to copy paste data between sheets.

Thanks,
Ashok 