Search found 3 matches

Thanks for the response. It looks like running a second macro immediately stops the first one, so setting a global flag in VBA or using a reading/writing a registry setting with VBA wouldn't work. When the second macro read the flag to see if it was ok to proceed, the first macro would already have ...

How to prevent macro being run when another one is running

I have some VBA macros set up as toolbar buttons. When one of the macros is running, however, its possible to press another toolbar button. That causes the running macro to stop running, and starts the other one. That is a problem... I want to prevent macros from running until the running one has do...

Go to advanced search