R
rene.lenaers
Hi,
I have 2 ranges ; all the cells of the second one are included into the
first one :
set A = range("A1
5")
set B = range ("B2:C3")
Is there any VBA for Excel2000 instuction (or set of instructions) that
gives me the cells of A which are not in B (A - B) ?
It is not Union, nor Intersection, and "minus" is not allowed between ranges
....
Any help would be appreciated.!
Thanks
I have 2 ranges ; all the cells of the second one are included into the
first one :
set A = range("A1
set B = range ("B2:C3")
Is there any VBA for Excel2000 instuction (or set of instructions) that
gives me the cells of A which are not in B (A - B) ?
It is not Union, nor Intersection, and "minus" is not allowed between ranges
....
Any help would be appreciated.!
Thanks