> ## Content Index
> Fetch the complete content index at: https://nolongerset.com/llms.txt
> Use this file to discover other available public pages before exploring further.

# Inserting a Blank Line in the VBA Immediate Window
- URL: https://nolongerset.com/immediate-window-newline/
- Published: 2022-02-04T03:07:14.000Z
- Updated: 2026-05-08T12:59:47.000Z
- Description: Did you know you can insert a newline character in the Immediate Window without executing the current line of code?
- Author: Mike Wolfe
- Tags: Quick Tip, Hidden Features, #Import 2026-05-20 02:59

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

![](https://storage.ghost.io/c/eb/d7/ebd732c1-5f03-4f07-b386-5d08557e15c9/content/images/2022/02/image-18.png)

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.*