Dear All,
I refereed to one of the post in this forum and got below code for multiple criteria filetr
This same code is not working if i have all numbers. It does not show any filtered value.
What could be the problem? This code works awesome if i just add some text in filetr condition and raw data.
please help.
I refereed to one of the post in this forum and got below code for multiple criteria filetr
Code:
Sub aTest()
Dim v As Variant
v = Application.Transpose(Range("MyList"))
Range("A1").Select
Selection.AutoFilter Field:=1, Criteria1:=v, Operator:=xlFilterValues
End Sub
This same code is not working if i have all numbers. It does not show any filtered value.
What could be the problem? This code works awesome if i just add some text in filetr condition and raw data.
please help.