Hello,
Please could you tell me the procedure name for an after click event?
This works for a BEFORE double click event:
Private Sub Worksheet_BeforeDoubleClick
But I thought this would work for an AFTER double click event (but it doesn't):
Private Sub Worksheet_DoubleClick(ByVal Target As Range, Cancel As Boolean)
Thanks for any help you can give,
Stu
Please could you tell me the procedure name for an after click event?
This works for a BEFORE double click event:
Private Sub Worksheet_BeforeDoubleClick
But I thought this would work for an AFTER double click event (but it doesn't):
Private Sub Worksheet_DoubleClick(ByVal Target As Range, Cancel As Boolean)
Thanks for any help you can give,
Stu