View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Paputxi Paputxi is offline
external usenet poster
 
Posts: 3
Default How to "Capture" Records Found Number During AutoFilter

When I do an AutoFilter, the number of records found is usually displayed in
the lower left-hand corner of the window. Say the filter result is 5 of 20
records found. How can I "capture" the 5 and 20 number values in VBA? I
want to use the values elsewhere in a macro. Thanks in advance.