Ive always wanted to know. is there a way to clear all the data out of that window?
[email protected] http://www.StockHawk.net Stock Blog http://www.warpedai.com Day Trading Software
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. Code: For c = 1 To 200: Debug.Print :Next Hey, it works.. Regards
For c = 1 To 200: Debug.Print :Next
Paul Lewis
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
Forum Rules