disable a macro using a macro

B

Barb Reinhardt

If it's an event related macro, do this

Application.EnableEvents = False

HTH,
Barb Reinhardt
 
J

Jacob Skaria

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

If this post helps click Yes
 
Top