Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is there anyway to get excel to re-enable application events after i
close a workbook. Right now I have in some code: Application.EnableEvents = False ThisWorkbook.Close Application.EnableEvents = True However, the enableevents never gets set back to true as the sub stops running when excel closes. Any help is appreciated. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Application.EnableEvents | Excel Worksheet Functions | |||
Call Application.Volatile(True) NOT WORKING | Excel Discussion (Misc queries) | |||
Application.EnableEvents = true, but no event fires | Excel Programming | |||
Application.EnableEvents | Excel Programming |