disable a macro using a macro

  • Thread starter Thread starter Kashyap
  • Start date Start date
If it's an event related macro, do this

Application.EnableEvents = False

HTH,
Barb Reinhardt
 
Kashya, just to add on ... please dont forget to set 'EnableEvents' to True
just before End Sub.

If this post helps click Yes
 
Back
Top