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:

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

Sometimes you can get into trouble if you start a very slow macro, or worse yet, an infinite loop:
Fortunately, with Ctrl + Break, it is (often) possible to stop a running macro: