A
Alec H
Hi,
I am using a macro to cut a single cell from 15 rows of a column of
worksheet and then pasting the data into another 15 cells in anothe
worksheet.
The macro appears to work perfectly, except that if I filter th
initial worksheet the macro still copies the first 15 rows of th
worksheet NOT the first 15 filtered rows......
the "offending" line of script currently is:
Range("A1:A15").Select
Help, please
I am using a macro to cut a single cell from 15 rows of a column of
worksheet and then pasting the data into another 15 cells in anothe
worksheet.
The macro appears to work perfectly, except that if I filter th
initial worksheet the macro still copies the first 15 rows of th
worksheet NOT the first 15 filtered rows......
the "offending" line of script currently is:
Range("A1:A15").Select
Help, please