View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default counting filtering data

application.subtotal(3,range("A1:A100"))

as an example

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)

"x taol" wrote in message
...


i want to count the filtering data in using autofilter with vba.

*** Sent via Developersdex http://www.developersdex.com ***