K
Khalil Handal
Hi to All
A workbook has several sheets. Colomn CN in Sheet3 has different symbols
starting g0, g1, g1a, g1b,..., until the code g12b.
Lines 1 to 13 are headers. What VBA code do I need to filter these lines so
that it copies all the lines with similar code to a new sheet in the same
workbook with the headings.
for example:
filter all rows with value (g2b) and copy them into a new sheet named (g2b)
in the same workbook including the heading lines. I hope that I xplained
myself clearly!
A workbook has several sheets. Colomn CN in Sheet3 has different symbols
starting g0, g1, g1a, g1b,..., until the code g12b.
Lines 1 to 13 are headers. What VBA code do I need to filter these lines so
that it copies all the lines with similar code to a new sheet in the same
workbook with the headings.
for example:
filter all rows with value (g2b) and copy them into a new sheet named (g2b)
in the same workbook including the heading lines. I hope that I xplained
myself clearly!