Gord Dibben MS Excel MVP
You could add:
Sub reset()
Application.EnableEvents = True
End Sub
to tour worksheet code.
If your code is stopped for whatever reason, press <Alt> + <F8> and select
this sub to re-enable your code.
Saves shutting down and starting again.
hth.
Jock