J
Jeff via OfficeKB.com
I am trying to program a filter so that it searches a keyword among a string
of characters in my first column
I used a combo to feed a linked cell. I have the following code:
Private Sub ComboBox1_Change()
SourceRange.AutoFilter Field:=1, Criteria1:="Like & " * "& A1 & " * ""
End Sub
I have a type mismatch error.
Any help would be great!
My criterion (linked) cell is A1
Thanks
of characters in my first column
I used a combo to feed a linked cell. I have the following code:
Private Sub ComboBox1_Change()
SourceRange.AutoFilter Field:=1, Criteria1:="Like & " * "& A1 & " * ""
End Sub
I have a type mismatch error.
Any help would be great!
My criterion (linked) cell is A1
Thanks