R
Rick Sanderson
Private Sub btnSearchName_Click()
'Find text from txtChaseString in col 1
'then return values from list
Rows("1:1").Select
Selection.AutoFilter
Selection.AutoFilter Field:=1, Criteria1:=Me.txtChaseString.Value
'Selection.AutoFilter
Hi, i want the above to autofilter using the data in my form textbox to
autofilter in col A.
Can someone point out the error(s)
TIA
Rick
'Find text from txtChaseString in col 1
'then return values from list
Rows("1:1").Select
Selection.AutoFilter
Selection.AutoFilter Field:=1, Criteria1:=Me.txtChaseString.Value
'Selection.AutoFilter
Hi, i want the above to autofilter using the data in my form textbox to
autofilter in col A.
Can someone point out the error(s)
TIA
Rick