disable a macro using a macro
Kashya, just to add on ... please dont forget to set 'EnableEvents' to True
just before End Sub.
If this post helps click Yes
---------------
Jacob Skaria
"Barb Reinhardt" wrote:
If it's an event related macro, do this
Application.EnableEvents = False
HTH,
Barb Reinhardt
"Kashyap" wrote:
how to disable a macro using a macro?
|