View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
MJRay MJRay is offline
external usenet poster
 
Posts: 4
Default Loop through Filtered Data

Is there a method to loop thorugh each row of a filtered data set? Should I
just copy the filtered data set to another sheet and run my loop there since
the data will be in sequential rows? Thanks.

Mike