Macros Stop Working

  • Thread starter Thread starter kirkm
  • Start date Start date
K

kirkm

Is there any known condition in Excel which
disables every macro, or sheet click/double click event etc etc ?

I get this a lot and can't figure out what causes it.

The fix is to close and re-open Excel and everything works again.
But it would be nice to prevent it happening at all.

Thanks - Kirk
 
Check whether in any of the macros you have set
Application.EnableEvents to False and then missed to reverse it to True


If this post helps click Yes
 
Check whether in any of the macros you have set
Application.EnableEvents to False and then missed to reverse it to True

They all seem right, but I'll try Application.EnableEvents = True in
the debug window next time as see if it has any effect.

Thanks - Kirk
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top