Before I run the copy and paste operation, I already delete rows in my targeted sheet
PS: This is the process outside the for each activity
However, when I copy and paste from another sheet to targeted sheet(in for each), the 1st one always start from Row6(which is the last row before I delete rows at the beginning)
And the following rows are no issue while copy and paste
May I know how I can fix this issue?
PS: “Trans” is the another sheet, “Manage” is the targeted sheet
Since its in a for each, if the we keep A2 in 2nd loop, it will overwrite the 1st loop data
I think sth is wrong about the empty rows which I can’t delete them clean and clear