Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Double Clicking File | Excel Discussion (Misc queries) | |||
How can I use VB code to execute macro when double-clicking cell? | Excel Programming | |||
Launching a macro by double-clicking on active cell | Excel Programming | |||
Double Clicking | New Users to Excel | |||
Double-clicking entry | Excel Programming |