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
cannot reset Fortinet fortiWIFI 80C to factory settings
Mass user Migrate from LCS to OCS 2007
KMS Activation Multiple Keys
Windows Server 2008 R2 iSCSI Initiator and HP D2D CHAP issue
WHat is the recommended size for the swapfile for my SQL Server ?
Video Chat Capabilities
Shell command doesn't work on all computers
Setting Up Raid On Windows 2003 Server With Faulty Hard Drive
How can I parse the following string, store it in a variable and then use those variables to populate some txt fields?
Word 2002/xp: Error Message: "Run-time error '4248'; 'This command is not available because no document is open.'"