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
Wep Page on Internal Server not displaying correctly.
Network issues loading company web-site
Jmagick how to resample when changing DPI
USB ports problem
Navigate to the page of a specific item on a gridview
Do you have any idea about the CLiC library and efsenable for the system. If you have please let me know.
transfering a directory with multiple files in parallel
Google.com "We're Sorry" Page
Activesync through UAG
Excel Interop: Find cell by name