View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
egun egun is offline
external usenet poster
 
Posts: 88
Default 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.