I have a worksheet (Sheet3). On this is a range - Z11:Z386. Certain cells in this column may equal "1".
Example: if Z11 = "1" then I need the code to copy AA11:AG11 to Sheet8 B3 (first data line)
The loop goes all way down to Z386 and copies any rows with "1" in to Sheet 8.
Any newly copied rows need to be added to the last entry made in Column B.
After the data is added to Sheet 8 I need it sorted by Col B then Col C the Col E
Thanks
DK.
Example: if Z11 = "1" then I need the code to copy AA11:AG11 to Sheet8 B3 (first data line)
The loop goes all way down to Z386 and copies any rows with "1" in to Sheet 8.
Any newly copied rows need to be added to the last entry made in Column B.
After the data is added to Sheet 8 I need it sorted by Col B then Col C the Col E
Thanks
DK.