Criteria1:=Array( _
"0.4", "0.6", "0.2", "50", "12-06-20", "9", "2", "25", "Chosen", "gm", "GrpQ3", "USD","Not Chosen", "questions skiped', "=") _
, Operator:=xlFilterValues
In the above filter, I need all other value except "Not Chosen", "questions skiped', "=" but my set of values changes every time and in each set the above mentioned attributes present in common. So, in which way I have to change my code, in order to select all the values every time I given new values apart from above three.
Can anyone help me with this.