You could indeed use a commandbutton with this bit of code:
If ActiveSheet.FilterMode Then
ActiveSheet.ShowAllData
End If
Change Activesheet if the autofilter is not on the active sheet.
Below this code, you can have some code to update the other results / charts
/ sheets, whatever.
--
Wigi
http://www.wimgielis.be = Excel/VBA, soccer and music
"Mel" wrote:
I have data with numerous col's that can be filtered on. I've also built
graphs to drive off of this filtered data along with a list on the graph
pulling in what data is being filtered on. If I go back to my data tab to
clear all filters (menu bar - data/filters/clear all filters) this will not
update my list that i pulled on my graphs. My question is, is there a macro
out there that i can use to clear my filters? Maybe linking it to a button?