View Single Post
  #8   Report Post  
Posted to microsoft.public.excel.programming
keepITcool keepITcool is offline
external usenet poster
 
Posts: 2,253
Default clear intermediate window automatically

of course you could.


Two indispensable (free) VBE utilities worth downloading:

Smart Indenter. (Bullen)
Keeps your code and indenting nice and tidy.

MZtools 3.0 for VBA. (Quintero)
(MZ tools also has an Immediate WindowCleaner.
however you cant use it on a floating pane!

But it has dozens of other smart things...

It does not expose any functionality you might
use to automate.




keepITcool

< email : keepitcool chello nl (with @ and .)
< homepage: http://members.chello.nl/keepitcool


"Jim May" wrote :

Would one paste this code into their Personal.xls file so that it is
always available?
TIA,


"keepITcool" wrote in message
...