Home |
Search |
Today's Posts |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On Fri, 11 Sep 2009 09:53:01 -0700, Jim Thomlinson
wrote: Ensure that your events are not disabled... Sub ResetEvents Application.EnableEvents = True end sub Events is a persistent setting. If you switch it off the only way to reactiveate it is to do so via code... Jim, Thanks, I think somehow during the testing this mode must have been been left in the wrong state. John Keith |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
REPSOT?? Sub Worksheet_Change(ByVal Target As Range) | Excel Discussion (Misc queries) | |||
Using Worksheet_Change(ByVal Target As Range) | Excel Programming | |||
Worksheet_Change(ByVal Target As Excel.Range) | Excel Programming | |||
Private Sub Worksheet_Change(ByVal Target As Range) | Excel Programming | |||
Many Sub Worksheet_Change(ByVal Target As Range) In One Worksheet | Excel Programming |