kunal_shrivastava
New Member
- Joined
- Apr 19, 2011
- Messages
- 32
Hello All,
Can we determine the range names that includes a cell??
Lets say i name a Range A1:C3 as "R_3_3_1"
Then i name a Range A1:A9 as "R_1_9_1"
Now can we determine from VBA that cell A1 is included in ranges "R_3_3_1" and "R_1_9_1"
and cell A8 is in only "R_1_9_1"
and cell C4 is not in any of the ranges..
Thanks in Advance
Kunal
Can we determine the range names that includes a cell??
Lets say i name a Range A1:C3 as "R_3_3_1"
Then i name a Range A1:A9 as "R_1_9_1"
Now can we determine from VBA that cell A1 is included in ranges "R_3_3_1" and "R_1_9_1"
and cell A8 is in only "R_1_9_1"
and cell C4 is not in any of the ranges..
Thanks in Advance
Kunal