Hello,
I am using the following macro to change the autofilter of my data based on a cell value:
Sheets("Summary").Select
ActiveSheet.Range("$A$3:$DT$500").AutoFilter Field:=4, Criteria1:=portsel
For some reason it is "unchecking" the Criteria1 from the filter dropdown list instead of deselecting all the other options.
Please help.
Thanks,
R
I am using the following macro to change the autofilter of my data based on a cell value:
Sheets("Summary").Select
ActiveSheet.Range("$A$3:$DT$500").AutoFilter Field:=4, Criteria1:=portsel
For some reason it is "unchecking" the Criteria1 from the filter dropdown list instead of deselecting all the other options.
Please help.
Thanks,
R