littlewoman
Programmer
using excel 2003-vba
since the autofilter is turned on and off by the same command I need to check if autofilter is activated on a sheet or not to subsequently activate it when it's not.
is there a way to check this?
tried:
if selection.autofilter = false then selection.autofilter
but ofcourse that didn't work :-s
must be something simple but I can't figure it out.
thnx for the help
since the autofilter is turned on and off by the same command I need to check if autofilter is activated on a sheet or not to subsequently activate it when it's not.
is there a way to check this?
tried:
if selection.autofilter = false then selection.autofilter
but ofcourse that didn't work :-s
must be something simple but I can't figure it out.
thnx for the help