Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() | Private Sub Worksheet_SelectionChange(ByVal Target As Range) | | If Target.Address() = "$A$1" Then | | Call "myMacro" | | End If | | | End Sub | | 1. the code above should be put in sheet area in VBA editor 2. of course "myMacro" is the name of a macro so write it without quotation marks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Click in cell to run macro | Excel Discussion (Misc queries) | |||
Macro on cell click?? | Excel Programming | |||
Macro on cell click?? | Excel Programming | |||
Run Macro on Cell Click.. | Excel Programming | |||
Run Macro on Cell Click.. | Excel Programming |