Run exisitng MACRO and and use copy and paste to another sheet

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:

  1. Run a existing macro using Studio.
  2. After MACRO Run copy data from sheet to a particular sheet in a different file.
    Is this possible?

Thanks

Vicky

@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.

image

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

image

Thanks,
Ashok :slight_smile: