Thanks Geoff
Well, in the same column(Fruits), I can find criteria1=Apple & criteria2=green.
so I would like to find all the green apples in the Excel table betwen differents fruits.
Body
I'm working with Excel & VBA i've create a form with some text box and I would like to use the information typed inside. I've got this code :
Dim Val2 As String
Val2 = TextBox2.Text
Dim Val3 As String
Val3 = TextBox3.Text
Selection.AutoFilter
Selection.AutoFilter Field:=3, strCriteria1...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.