View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Norman Jones Norman Jones is offline
external usenet poster
 
Posts: 5,302
Default Help with filtered save

Hi Glen,

Either delete the NDP data or copy the BTP data to another sheet,


---
Regards,
Norman



"Glen Mettler" wrote in message
...

I have a worksheet that contains data coded into 2 categories - BTP & NDP.

I want to save the worksheet as a CSV with only the BTP data.
I have a macro that filters the data and then saves the sheet as a CSV.
However, when I look at the CSV file all rows are there not just the
filtered ones.

Is it possible to save only filtered data?

Glen