Where does Debug.Print write output?

menu view Immediate window Debug.Print writes its output to the Immediate window which you can open by pressing Ctrl-G or from the menu View » Immediate

In Code VBA the shortcut to inserting Debug.Print is Alt-CED - Code » Error Handling » Debug.Print

Immediate_Window.png