I know this is an old issue, but I was just wondering if anybody had anything new on using code to clear the Immediate window in the Word 97 IDE. I’d love to be able to put a statement in code, during a debugging phase, that clears the immediate window so that old debug.print results are cleared. Clicking on the windows, pressing Ctrl-A and del is a real bother when I’m trying to concentrate on the code execution.
Call ClearImmediate ‘Like this