B
Brad
Hi All,
This I'm sure is easy to do, however I've come to a dead end...
My sheet has a bunch of cost data in it with the totals of each column shown
in the first 3 rows. I also have a header row on row 4 which is
autofiltered. My totals change dependant on what is autofiltered. What I'm
trying to do is copy everything that is visible when an autofilter is in
place, then paste it on another sheet. Unfortunately
..SpecialCells(xlCellTypeVisible).Copy only selects the autofiltered cells,
and header row. I need something that will also copy the totals I have in
the first 3 rows.
I understand that selection.copy will do what I want, but it grabs the whole
sheet, and is time consuming.
Thanks for your help.
BC
This I'm sure is easy to do, however I've come to a dead end...
My sheet has a bunch of cost data in it with the totals of each column shown
in the first 3 rows. I also have a header row on row 4 which is
autofiltered. My totals change dependant on what is autofiltered. What I'm
trying to do is copy everything that is visible when an autofilter is in
place, then paste it on another sheet. Unfortunately
..SpecialCells(xlCellTypeVisible).Copy only selects the autofiltered cells,
and header row. I need something that will also copy the totals I have in
the first 3 rows.
I understand that selection.copy will do what I want, but it grabs the whole
sheet, and is time consuming.
Thanks for your help.
BC