Hi
Can you please tell me whats wrong with this code Iam trying to select the data by selecting the specific no's but i have multiple no which i want to select using VBA.
Sub Condition2()
Worksheets("ABC").Range("U1").AutoFilter Field:=21, Criteria1:="1296", Operator:=xlAnd, Criteria2:="6264", Operator:=xlAnd, Criteria3:="2532"
End Sub
Its giving error 1004.
I want to delete the numbers from data which i specified in code
Thanks
Bookmarks