Hello
Can you please provide a code snippet to filter a column using a textbox value?
or you can also modify the below snippet.
Please see the attached file.
Many thanks in advance.
Can you please provide a code snippet to filter a column using a textbox value?
or you can also modify the below snippet.
Code:
ActiveSheet.ListObjects(1).Range.AutoFilter field:=1, Criteria1:="=*" & Me.TextBox2.Value & "*", Operator:=xlAnd
Please see the attached file.
Many thanks in advance.