Hi I have this macro for updating filtering when changes occur in different sheet. It works great, but I need one more Criteria to be in this macro...Is there a way to add Criteria3? It would be Criteria3:="<>0"
Sub aktualizace_Filtru_xx_o()
Dim x As Variant
Set x = Sheets("skutečný SeznamPřílohDoprava")
x.Range("$A$1:$B$51").AutoFilter Field:=2, Criteria1:="<>*xx*", _
Operator:=xlAnd, Criteria2:="<>o*"
End Sub
Thanks for any advice!![]()
Bookmarks