Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have data in an Excel 2007 table called "table2". I have a macro that
turns on the AutoFilters drop-down arrows in the table. It works fine in Excel 2003 and 2007. I have another macro that in Excel 2003 works fine to turn off the AutoFilters in the table, but it doesn't work for Excel 2007. The macro that works for Excel 2003 is: Sub RemoveAutoFilters() If ActiveSheet.AutoFilterMode = True Then ActiveSheet.AutoFilterMode = False End If End Sub What am I doing wrong that it won't work in Excel 2007? I have Bing/Googled it but can't find the answer. Thank you! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Need Excel macro to turn off AutoFormat in a table | Excel Programming | |||
macro to turn pivot table field on and off | Excel Programming | |||
Turn AutoFilters Off | Excel Programming | |||
Autofilters in a Pivot table | Excel Worksheet Functions | |||
Userforms and autofilters - Autofilters don't seen to work with userform | Excel Programming |