As you can see in the image, I would like to filter more than one criteria. How can I do it?
even the vba macro is wrong T.T
Error code below
even the vba macro is wrong T.T
Error code below
Code:
Sub LHEQP()'
' LHEQP Macro
'
'
ActiveSheet.Range("$A$1:$T$35656").AutoFilter Field:=14, Criteria1:= _
"=STSEP**", "=ODTS**", Operator:=xlAnd
End Sub