copy data from one excel name sheet A and paste in other excel sheets like Sheet AB, Sheet BC, Sheet CD, Sheet DE, Sheet EF
how i do it?
copy data from one excel name sheet A and paste in other excel sheets like Sheet AB, Sheet BC, Sheet CD, Sheet DE, Sheet EF
how i do it?
Try this
Array_SheetNames={"SheetAB","SheetBC","SheetCD","SheetDE","SheetEF"}
Sequence8.xaml (11.3 KB)
Regards,
As you mentioned there are 2 excel file need to use two Use excel file activities
right i have 2 excel files but in second excel have 5 sheets and i want to paste same data in all 5 sheets, so i wan to take 5 copy paste activities?
Use 5 copy Paste range activities.
Source is same
Destination is different
I already done this but it takes too lang time
Can I do read excel file and pass data table in write range of all 5 sheets
Because it copy again & again may it takes time
@yogitagaikwad2206
Read the excel once and store in the datatable.
Store all the sheetNames in a array
Pass the currentText into WriteRange of foreach
Hope it helps!!
@yogitagaikwad2206
Did you got solution??
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.