How can I clear the debug window at run time?
Kurt Simons [I know I'm a hack but my clients don't!]
I just cheat and do this Code: For i = 1 to 50 Debug.Print "" Next i
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
Forum Rules