Inserting a Blank Line in the VBA Immediate Window

Did you know you can insert a newline character in the Immediate Window without executing the current line of code?

Inserting a Blank Line in the VBA Immediate Window

If you're like me, your immediate window is always full of stuff:

Did you know that you can easily insert a blank line in the middle of all that stuff?

Press [Ctrl] + [Enter] to insert a newline character.

NOTE: If you don't hold down the Control key, VBA will attempt to execute the code statement under the cursor.

All original code samples by Mike Wolfe are licensed under CC BY 4.0