Is there any "elegant" solution to know if a single cell is inside a
range, other than looping through the whole range and comparing each
single cell?
I need it for the BeforeDoubleClick event to know if the cell which
was double clicked is in certain range on my sheet.
I couldn't find any methods or properties in VBA help files that would
do that...