MatthewBell
Technical User
Hi there
An easy one hopefully
Is there a simple command to check if a given cell is within a named range?
I want to write event handler procedures that will only be executed when the Selection_Change is to a cell that is on a row which intersects with a range. The range in question covers a number of cells within a single column.
I'm fine locating the intersection of the row of the selected cell and the column of the named range, I just need an efficient way of checking if that intersection is within the named range.
Can anyone help?
Many thanks
Matt :-/
An easy one hopefully
Is there a simple command to check if a given cell is within a named range?
I want to write event handler procedures that will only be executed when the Selection_Change is to a cell that is on a row which intersects with a range. The range in question covers a number of cells within a single column.
I'm fine locating the intersection of the row of the selected cell and the column of the named range, I just need an efficient way of checking if that intersection is within the named range.
Can anyone help?
Many thanks
Matt :-/