Hi all
I want to have macro do that:
find each cell in sheet(3144).column(B) with value = "R-101" then
Copy range(Ei:Ni) to sheets(02).range(Cz:Lz)
Copy 8th characters from range (Ai) to sheets(02).range(Bz)
with: i = 2 to last row in sheet(3144)
and z = 10 to last row in sheets(02)...