Copy Excel sheet data with Formula

Hello,

How to copy entire excel data with formula and i want to paste in different excel sheet

Can someone help with this?

Hi @Soni_Reddy2 ,

You can use copy/paste range

Hi @ermanoj3101

Thanks for your reponse.

Using copy paste range activity i am able to paste in same excel sheet need to paste values in different excel sheet.

Got it.

Try below code and let me know if you face any issue.
CopyPasteDataToAnotherSheet.xaml (5.5 KB)

Note: Install package before using this code.

Hi @Soni_Reddy2 ,

Is it worked ?