PDA

View Full Version : Solved: intersection of named range and a column



drawworkhome
11-14-2009, 01:06 PM
hello,
is there a way to find the address of the intersection of a named range (rows) and a column? i have a named range "test" that is two rows. i would like to find the cell address of the intersection of the two.

thank you!

Bob Phillips
11-14-2009, 01:30 PM
MsgBox Intersect(Range("range_Name"), Columns(5)).Address

drawworkhome
11-14-2009, 02:55 PM
thank you, most appreciated.

Zack Barresse
11-14-2009, 05:04 PM
If that works for you, please mark your thread as Solved from the Thread Tools menu. :)