VBA Tip: Stop a Running Macro

Sometimes you can get into trouble if you start a very slow macro, or worse yet, an infinite loop:

vba infinite loop stop a macro

Fortunately, with Ctrl + Break, it is (often) possible to stop a running macro:

stop a macro