For some I can get it to search by text but when I try a number it filters everything out like theres no match.
Dim strName As String
strName = InputBox("What number would you like to search for?")
Selection.AutoFilter Field:=4, Criteria1:="=*" & strName & "*", Operator:=xlAnd
Dim strName As String
strName = InputBox("What number would you like to search for?")
Selection.AutoFilter Field:=4, Criteria1:="=*" & strName & "*", Operator:=xlAnd