View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ted M H Ted M H is offline
external usenet poster
 
Posts: 83
Default AdvancedFilter property?

I need a way to clear any and all AdvancedFilter on a worksheet so that all
rows are displayed. I've tried the ShowAllData method and it works fine as
long as there are filtered rows on the sheet. But the method fails if there
are no filtered rows.

Is there a way ShowAllData regardless of whether rows are filtered? If not,
is there a way to check for AdvancedFilter--a sort of AdvancedFilter property?

Many thanks.