Hi all:
I have wb copydata.xlsm with sheet("source","des")
In sheets("source") I want copy multiple ranges from row i (i = 1 to lastrow) that:
If cells(i,21)<>0 then
Copy range("Ai:Di") and range("Ui: last column) to sheets("des")
Please help me to do that with VBA, I have over 1.000 rows have to do. Thanks./.
I have wb copydata.xlsm with sheet("source","des")
In sheets("source") I want copy multiple ranges from row i (i = 1 to lastrow) that:
If cells(i,21)<>0 then
Copy range("Ai:Di") and range("Ui: last column) to sheets("des")
Please help me to do that with VBA, I have over 1.000 rows have to do. Thanks./.