Ive always wanted to know.
is there a way to clear all
the data out of that window?
Printable View
Ive always wanted to know.
is there a way to clear all
the data out of that window?
Probably could try something with SendKeys.
I just do it manually, but if you only want to clear whats currently visible (not a proper clear just semulated) then use this in code or in the debug window itself.
Hey, it works..Code:For c = 1 To 200: Debug.Print :Next
Regards
That works great!
For c = 1 To 200: Debug.Print: Next
This just creates 200 empty lines and from the 201 line u see the original contents. Is there a way to clear that also
Thanks & Regards
Raja