I always turn off/on enableevents in my macros.

I use on error goto end, where I set enableevents=true

However, things may go wrong, and enableevents stays in false.

Is there any way to force enableevents=true when enabling macros?

Thanks!