Multiple choice technology programming languages

Short cut key to stop a macro is ______

  1. Ctrl + Break

  2. Shift + Break

  3. Alt + Break

  4. Break

Reveal answer Fill a bubble to check yourself
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.