Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Gary''s Student schrieb:
Application.EnableEvents=False do your logic Application.EnableEvents=True You might also want to include some error handling. Here's a good introduction on how to do this: http://www.cpearson.com/excel/ErrorHandling.htm The reason: If an error occurs in your logic, the events stay disabled. Your code for Worksheet_change will not run anymore. Happened to me all the time recently while developing a small Excel application. CU, Christian |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel2000 worksheet Change event doesn't work in Excel2003 or higher | Excel Programming | |||
How do I change a Worksheet_change event to a beforesave event? | Excel Programming | |||
Worksheet_change event. | Excel Programming | |||
Excel2000 VBA If-Then/Loop Failures | Excel Programming | |||
Worksheet_Change Event | Excel Programming |