S
Stepnen
**Re-Posted**
I need code that enables a user to 'turn on' one or more
filters in a spreadsheet. Currently have a btn that has
statement if ActiveSheet.FilterMode Then
Selection.AutoFilter Field:=27 else
Selection.AutoFilter Field:=27, Criteria1:="="
(thus btn turns filter on and off)
Also have simular statement in other btns, but need more
that one btn to be able to work at same time.
Many thanks for everyones help in this.
**Re-Posted**
Yes. If I manually apply the change it works... After the
first filter is applied, there is still records (rows)
that could be filtered out by the second.. but it does not
work. Also whwn a filter is aplied the drop down filter
goes blue, but of cause mine does not work.. please help.
I need code that enables a user to 'turn on' one or more
filters in a spreadsheet. Currently have a btn that has
statement if ActiveSheet.FilterMode Then
Selection.AutoFilter Field:=27 else
Selection.AutoFilter Field:=27, Criteria1:="="
(thus btn turns filter on and off)
Also have simular statement in other btns, but need more
that one btn to be able to work at same time.
Many thanks for everyones help in this.
**Re-Posted**
Yes. If I manually apply the change it works... After the
first filter is applied, there is still records (rows)
that could be filtered out by the second.. but it does not
work. Also whwn a filter is aplied the drop down filter
goes blue, but of cause mine does not work.. please help.