View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
ras[_2_] ras[_2_] is offline
external usenet poster
 
Posts: 5
Default How to re-enable events after a VB error in Excel?

It does NOT work.

Application.EnableEvents = True


This
a) is not disabled by stopping in the middle of running a macro
b) does NOT re-enable events.
If event callbacks stop, I have NO WAY to start them without
restarting Excel.
This is the problem I'm trying to solve.