Home |
Search |
Today's Posts |
#8
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Yup events were not enabled. Not sure how this happened.
Thanks EM "JE McGimpsey" wrote: What does your custom function MessageBox do? When you set a breakpoint in the function, does the event macro fire? In article , ExcelMonkey wrote: I have a simple change event in Sheet1. Why is this not firing when I type a number greater than 100 in A1 Private Sub Worksheet_Change(ByVal Target As Range) If Target.Address = "$A$1" And Target 100 Then MessageBox ("Changed Value") End If End Sub Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Change Event not working on 1 machine | Excel Discussion (Misc queries) | |||
Worksheet Change Event - not working in XP | Excel Programming | |||
Simple change event. Need guidance. | Excel Programming | |||
Need code for simple change event | Excel Programming |