I have used this subroutine to define an entire worksheet several times.
But I would like to be more surgical and specify specific cells. I need to detect a double click F2, F4, F6, F8 and F10, each of these cells has a border around it. If it is easier I could include everything from F2 to F10.
How can I define the range to detect a double click?
Thank you,
Code:
Private Sub worksheet_beforedoubleclick(ByVal Target As Range, Cancel As Boolean)
But I would like to be more surgical and specify specific cells. I need to detect a double click F2, F4, F6, F8 and F10, each of these cells has a border around it. If it is easier I could include everything from F2 to F10.
How can I define the range to detect a double click?
Thank you,