Short cut key to stop a macro is ______
-
Ctrl + Break
-
Shift + Break
-
Alt + Break
-
Break
A
Correct answer
Explanation
In Microsoft Excel or VBA development environments, the standard shortcut key to interrupt or stop execution of a running macro is Ctrl + Break. The other combinations do not trigger the macro execution halt.