Hello all,
My code starts with a range that the code filters and there supposed to be left 3 values after filtering.
Each value has its own sub-procedure. The range is column "B".
I would like the first sub, the one that filters, to check if what is left after filtering is actually there.
If not, the sub will not call the routine that takes care of it, and will go to the next one.
At the same time, it should check if the 2nd value is there after filtering and if not - it will not call the routine that takes care of it and the same with the 3rd one..
My values are: 205,219,218. and the may appear more than once.
so occurrences may be: 205,219,218; 205,218; 205,219; 219,218.
Would someone have an idea how to deal with this?
Thanks a lot, this site is really helpful!
My code starts with a range that the code filters and there supposed to be left 3 values after filtering.
Each value has its own sub-procedure. The range is column "B".
I would like the first sub, the one that filters, to check if what is left after filtering is actually there.
If not, the sub will not call the routine that takes care of it, and will go to the next one.
At the same time, it should check if the 2nd value is there after filtering and if not - it will not call the routine that takes care of it and the same with the 3rd one..
My values are: 205,219,218. and the may appear more than once.
so occurrences may be: 205,219,218; 205,218; 205,219; 219,218.
Would someone have an idea how to deal with this?
Thanks a lot, this site is really helpful!