Ok, I got one I can't seem to figure out.
Let's say you have a named range, Rng1, which consists of cells A1 & A2. In vba how would you report back what, if any, named range the following cells resides:
Note: There are multiple named ranges so using intersect is not feasible. Essentially, through code, I will be given a range and I need to determine if that range if part of a named range.![]()
Cells(1, 1) ' Looking for a way so that this cell reference would identify that it is part of Rng1
If this doesn't make sense or you need an example workbook please let me know. Thanks.
Bookmarks