View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
JLR-Mart JLR-Mart is offline
external usenet poster
 
Posts: 24
Default Autofilter and cell check

I have a macro where I want to set autofilter to filter for certain criteria
and the I want to check the value of a certain column for each row that is
visible after filtering. The worksheet may contain several thousand rows and
I don't want to check each row for a match as it takes too long. I want to
filter and then just check the rows that remain visible.

Any ideas?