T
Ted McCoy
I need some help. I have 25 named ranges in single worksheet that do not
overlap. I need to be able to determine which of the 25 ranges the
activecell cell is in so that I can move the activecell to the 3rd cell of
that range. I explored using Intersect(rng1,rng2), but rng2 is the very
thing that I am trying to determine. I can't think of an effective way to
loop thru the 25 named ranges to determine which it is either (there are a
bunch of other unrelated named ranges in the workbook as well). I am sure
that I must be missing something simple, but can't see it for the life of
me. Any assistance would be greatly appreciated.
Thanks,
TM
overlap. I need to be able to determine which of the 25 ranges the
activecell cell is in so that I can move the activecell to the 3rd cell of
that range. I explored using Intersect(rng1,rng2), but rng2 is the very
thing that I am trying to determine. I can't think of an effective way to
loop thru the 25 named ranges to determine which it is either (there are a
bunch of other unrelated named ranges in the workbook as well). I am sure
that I must be missing something simple, but can't see it for the life of
me. Any assistance would be greatly appreciated.
Thanks,
TM