I have two types of Macros.
Macro type A: These macros get triggered on specific time of the day. When they trigger, they need user input which automatically shifts focus to the pop up window.
Macro type B: These are the macros that have keystroke and click actions.
I am concerned what if, certain macro A triggers while macro B is running. And as macro A has input focus, macro B might input something into macro A.
So can I possibly disable all Macro A while I'm running any macro B?