littlepete
Active Member
- Joined
- Mar 26, 2015
- Messages
- 489
- Office Version
-
- 365
- Platform
-
- Windows
hello all...
as always, i think it will be easy to adjust something...
I had to criteria in my filters, i'm adding a third one:
I have no idea what could be wrong: the "<> 0101" is the new one, the two first combined worked well...
enjoy !!!
as always, i think it will be easy to adjust something...
I had to criteria in my filters, i'm adding a third one:
VBA Code:
If antwoord <> "55" Then
ActiveSheet.Range("rnggebchr").AutoFilter Field:=18, Criteria1:=antwoord & "*", Operator:=xlAnd
ActiveSheet.Range("rnggebchr").AutoFilter Field:=18, Criteria2:="<>*0100*", Operator:=xlAnd
ActiveSheet.Range("rnggebchr").AutoFilter Field:=18, Criteria3:="<>*0101*", Operator:=xlAnd
Else
I have no idea what could be wrong: the "<> 0101" is the new one, the two first combined worked well...
enjoy !!!