Extract filtered data

J

Jim Lavery

I would like to extract the filtered data to another file but when I use VB
code it also takes the column titles. Any ideas?
I also need to return to the original data extract more & paste it below the
first set of extracted data in the second file.
 
D

Don Guillett

I would like to extract the filtered data to another file but when I use VB
code it also takes the column titles. Any ideas?
I also need to return to the original data extract more & paste it below the
first set of extracted data in the second file.

As ALWAYS, post your code for comments.
 
Top