Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
I have created the following code in the Worksheet / Change section of Objects (as opposed to in Modules): Private Sub Worksheet_Change(ByVal Target As Range) If Target.Address = "$j$12" Then Call microbusiness End If End Sub However, when I make a change in the cell j12, it does not call my macro as it should. Is there something I am doing wrong? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Change Event duplicating action | Excel Programming | |||
Cell value change to trigger macro (worksheet change event?) | Excel Programming | |||
Worksheet change event I think? | Excel Programming | |||
Change Cell from Validated List Not Firing Worksheet Change Event | Excel Programming |