VBA Stops Working
Jeez, never mind, I figured it out. I'm using Application.EnableEvents =
False (and later True) to prevent recursion in the Worksheet_Change routine.
When I stop the code partway through, the events are not turned back on!
That's why the Worksheet_Change event is not triggered afterwards.
|