Microsoft
Software
Hardware
Network
Question : How to clear an autofilter in VBA
Hi Experts, this should be an easy question, but I can't seem to find an answer. I need a line or two of code that will clear all the autofilters in a given worksheet. I have a sheet for which I refresh data on a regular basis, but if I have any filters set (which I often do) it screws up my refresh. I can toggle the auto filters off then back on - but this seems kind of kludgy.
-Thanks,
Answer : How to clear an autofilter in VBA
If ActiveSheet.FilterMode Then
ActiveSheet.ShowAllData
End If
Random Solutions
vbscript create shortcut script, not completing script, no errors, code attached
Unable to set send-as for Bes Express 5.01 on Exchange 2010
server name
HP SAN drive fail
Why does my outlook show three tasks for every email I mark?
WCF Problem: The private key is not present in the X.509 certificate.
Changing fileserver password
How do I boot from san HP BL460c G6 and HP XP 240000
Mass user Migrate from LCS to OCS 2007
Fill Combo Box Method