P
Pops Jackson
I have gotten frustrated with trying to get my code to work autofiltering
date ranges.
The code I am using includes:
Selection.AutoFilter
Selection.AutoFilter Field:=1, Criteria1:=">=firstdate",
Operator:=xlAnd, Criteria2:="<=seconddate"
The result is that the entire range is hidden.
How can I get the default autofilter dialog to show? I have decided this is
the best solution unless the code I am using can be altered successfully.
Thanks,
Jim
date ranges.
The code I am using includes:
Selection.AutoFilter
Selection.AutoFilter Field:=1, Criteria1:=">=firstdate",
Operator:=xlAnd, Criteria2:="<=seconddate"
The result is that the entire range is hidden.
How can I get the default autofilter dialog to show? I have decided this is
the best solution unless the code I am using can be altered successfully.
Thanks,
Jim