Hello all,
I want to Create a sub of autofilter in VBA that will autofilter my range by a criteria that is written somewhere in my sheet,
for example:
I have a table:
code|Pname|price|
1 aaa 10
2 bbb 11
3 ccc 12
4
...
...
...
and in cell A1,A2,A3 a list of Cedes 1,2,3
and the filter will pick the values in those cells as a criteria for the auto filter
many thanks
I want to Create a sub of autofilter in VBA that will autofilter my range by a criteria that is written somewhere in my sheet,
for example:
I have a table:
code|Pname|price|
1 aaa 10
2 bbb 11
3 ccc 12
4
...
...
...
and in cell A1,A2,A3 a list of Cedes 1,2,3
and the filter will pick the values in those cells as a criteria for the auto filter
many thanks