View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Rishi Dhupar Rishi  Dhupar is offline
external usenet poster
 
Posts: 18
Default Clear autofilters?

Just to add to this, I tried to shut the autofilter off and then on
again to clear the filter doesn't seem to work. Using this code

'OFF
Me.Spreadsheet1.ActiveSheet.AutoFilterMode = False
'ON
Me.Spreadsheet1.ActiveSheet.UsedRange.autoFilter