View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Glen Mettler[_2_] Glen Mettler[_2_] is offline
external usenet poster
 
Posts: 27
Default Help with filtered save


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