How can I clear the debug window at run time?
Printable View
How can I clear the debug window at run time?
I just cheat and do this
Code:For i = 1 to 50
Debug.Print ""
Next i
Just select all (click the window and do a CTRL-A) and press the delete key
Thanks,
Thats what I do...
I just did it and had to idea there must be some better way!
debug.clear
I guess that makes too much sense