J
jswalsh33
I would like to launch an Excel macro by double clicking on a cell in an
Excel worksheet. I used one of your answers to a similar question and wrote
the following code in the "View Code" area of the worksheet.
Private Sub Woorksheet_BeforeDoubleClick_(ByVal Target As Range, Cancel As
Boolean)
If Target.Address = "$E$5" Then
Call Find2
End If
End Sub
If I then click on Cell E5 on the worksheet nothing happens.
What am I doing wrong?
I am running Windows XP, Excel OFFXL7
Excel worksheet. I used one of your answers to a similar question and wrote
the following code in the "View Code" area of the worksheet.
Private Sub Woorksheet_BeforeDoubleClick_(ByVal Target As Range, Cancel As
Boolean)
If Target.Address = "$E$5" Then
Call Find2
End If
End Sub
If I then click on Cell E5 on the worksheet nothing happens.
What am I doing wrong?
I am running Windows XP, Excel OFFXL7