![]() |
Select instersection of two ranges
Hi,
I have two named ranges, one is part of a row and one is a column. How can I reference the cell where they intersect within VBA code? Thanks. |
Select instersection of two ranges
Bert,
use the Intersect method to return that: intersect(Range("RowName",Range("ColName")).addres s Pete -----Original Message----- Hi, I have two named ranges, one is part of a row and one is a column. How can I reference the cell where they intersect within VBA code? Thanks. . |
All times are GMT +1. The time now is 11:12 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com