Hello,
I have below VBA code which I recorded in order to do the selection of filter value.
But how can I make range in above code to be dynamic? Because every time data would be different so range would wary..
please assist.
Thanks,
Shiva
I have below VBA code which I recorded in order to do the selection of filter value.
Code:
ActiveSheet.Range("$A$1:$K$54").AutoFilter Field:=1, Criteria1:=Array( _
"AS", "ASN"), Operator:=xlFilterValues
please assist.
Thanks,
Shiva