Hello,
I have a list of values and a subset of these values. I'd like to create an array that will consist of all values but this subset, e.g.
Is there an easy way to do this in vba?
xl2007, win xp 32 bit
I have a list of values and a subset of these values. I'd like to create an array that will consist of all values but this subset, e.g.
Code:
original list: ford, bmw, mercedes, toyota
subset: bmw, toyota
new list: ford, mercedes
xl2007, win xp 32 bit