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.
|