Is there any good way to use VBA to clear the Immediate Window? I found this answer but it only clears down to the current cursor position. Any way to place the cursor at the end of the window and execute this code?
Thanks!
Thanks!
Code:
Debug.Print String(256, vbCrLf)
Comment