How to clear the immediate window

T

TheBrenda

How can I clear the immediate window in the Visual Basic coding interface
(with key strokes) and how can I do it programmatically?

thanks
 
S

S.Clark

MZTools(Free) and FMS Total Visual CodeTools($) both have a button to do
this.

Personally, I press Ctrl+A(Select All) then Del (Delete).
 
S

S.Clark

I guess you can crosstrain using Ctrl+A Backspace, too. :p

btw, to code a window clear:
for i = 1 to 3000
debug.print
next

I think there's a newer fancy way, but this works.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top