Hi Team,
I've created a range and value of the same is passed to Data array() dynamic. With the below code, I am able to autofilter the column with contents of array.
Ws.Range("C9").AutoFilter 2, Data, xlFilterValues
However, what I want is exclude the array values in autofilter. i.e, something like
Ws.Range("C9").AutoFilter 2, <>Data, xlFilterValues
Please help me.
I've created a range and value of the same is passed to Data array() dynamic. With the below code, I am able to autofilter the column with contents of array.
Ws.Range("C9").AutoFilter 2, Data, xlFilterValues
However, what I want is exclude the array values in autofilter. i.e, something like
Ws.Range("C9").AutoFilter 2, <>Data, xlFilterValues
Please help me.