PC Review


Reply
Thread Tools Rate Thread

Clearing the Immediate Window

 
 
Rob Diamant
Guest
Posts: n/a
 
      11th Oct 2006
Is there a way to programmatically clear the Immediate Window?
I know I can just highlight everything and delete it, but I am lazy and want
to have my code do it for me.

TIA

Rob


 
Reply With Quote
 
 
 
 
Douglas J. Steele
Guest
Posts: n/a
 
      11th Oct 2006
Debug.Print Space(20000)

ought to do it.

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)


"Rob Diamant" <(E-Mail Removed)> wrote in message
news:eY6$(E-Mail Removed)...
> Is there a way to programmatically clear the Immediate Window?
> I know I can just highlight everything and delete it, but I am lazy and
> want to have my code do it for me.
>
> TIA
>
> Rob
>



 
Reply With Quote
 
Granny Spitz via AccessMonster.com
Guest
Posts: n/a
 
      11th Oct 2006
Rob Diamant wrote:
> Is there a way to programmatically clear the Immediate Window?


http://accessvbafaq.mvps.org/item.asp?pagina=26

--
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/For...ccess/200610/1

 
Reply With Quote
 
RoyVidar
Guest
Posts: n/a
 
      11th Oct 2006
"Rob Diamant" <(E-Mail Removed)> wrote in message
<eY6$(E-Mail Removed)>:
> Is there a way to programmatically clear the Immediate Window?
> I know I can just highlight everything and delete it, but I am lazy
> and want to have my code do it for me.
>
> TIA
>
> Rob


The following is a link to an Excel NG, with a way to do that in,
Excel. I once tried it in Access, and I think I made it work, but I'd
rather either delete manually, or use MZTools.

http://groups.google.com/group/micro...8f8943a2d0fde/

Else, I think you could just fire off something like this

Debug.Print String(256, vbCrLf)

--
Roy-Vidar


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
clearing the immediate window Keith G Hicks Microsoft Access 3 17th Feb 2010 05:30 AM
Clearing the Debug window JPS Microsoft C# .NET 1 31st Oct 2007 04:06 PM
Clearing the output window JPS Microsoft C# .NET 3 30th Oct 2007 03:05 PM
Clearing the window James Microsoft C# .NET 1 15th Nov 2005 05:20 AM
Clearing a Console Window Brian Microsoft C# .NET 3 26th Sep 2004 07:25 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:06 PM.