View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mark Mark is offline
external usenet poster
 
Posts: 989
Default Scripting Autofilters..

I've been working with scripting an autofilter.

It appears to me that to apply filters, etc, you need to do that from the
range object's autofilter property.

I had thought you would be able to dimension an object as an autofilter, set
that object to an autofilter, and then work through that.

Is that incorrect?