PC Review


Reply
Thread Tools Rate Thread

echo on/off - does vba for excell support?

 
 
Paul Isaak
Guest
Posts: n/a
 
      10th Nov 2006
I want to hide the screen while a script is running, so I don't have to
watch the screen flash as data is inserted.

with other languages I've used the echo on/off command to achieve this, but
I don't see anything similar in excel VBA for excel 97


Any Ideas?

Paul
--
__________________________________

The Comedy & Juggling of Paul Isaak
http://www.funnyjuggler.com



Toll Free - 1-877-852-4590


 
Reply With Quote
 
 
 
 
=?Utf-8?B?SmltIFRob21saW5zb24=?=
Guest
Posts: n/a
 
      10th Nov 2006
Application.Screenupdating = False
'Your code
Application.Screenupdating = true
--
HTH...

Jim Thomlinson


"Paul Isaak" wrote:

> I want to hide the screen while a script is running, so I don't have to
> watch the screen flash as data is inserted.
>
> with other languages I've used the echo on/off command to achieve this, but
> I don't see anything similar in excel VBA for excel 97
>
>
> Any Ideas?
>
> Paul
> --
> __________________________________
>
> The Comedy & Juggling of Paul Isaak
> http://www.funnyjuggler.com
>
>
>
> Toll Free - 1-877-852-4590
>
>
>

 
Reply With Quote
 
Nader
Guest
Posts: n/a
 
      10th Nov 2006
Application.ScreenUpdating = False

"Paul Isaak" <(E-Mail Removed)> wrote in message
news:1W35h.287651$1T2.99892@pd7urf2no...
>I want to hide the screen while a script is running, so I don't have to
>watch the screen flash as data is inserted.
>
> with other languages I've used the echo on/off command to achieve this,
> but I don't see anything similar in excel VBA for excel 97
>
>
> Any Ideas?
>
> Paul
> --
> __________________________________
>
> The Comedy & Juggling of Paul Isaak
> http://www.funnyjuggler.com
>
>
>
> Toll Free - 1-877-852-4590
>

 
Reply With Quote
 
Paul Isaak
Guest
Posts: n/a
 
      10th Nov 2006
Thanks

That helps a lot


Paul

--
__________________________________

The Comedy & Juggling of Paul Isaak
http://www.funnyjuggler.com



Toll Free - 1-877-852-4590
"Paul Isaak" <(E-Mail Removed)> wrote in message
news:1W35h.287651$1T2.99892@pd7urf2no...
>I want to hide the screen while a script is running, so I don't have to
>watch the screen flash as data is inserted.
>
> with other languages I've used the echo on/off command to achieve this,
> but I don't see anything similar in excel VBA for excel 97
>
>
> Any Ideas?
>
> Paul
> --
> __________________________________
>
> The Comedy & Juggling of Paul Isaak
> http://www.funnyjuggler.com
>
>
>
> Toll Free - 1-877-852-4590
>



 
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
NF325-A7 Sound problem: sounds like an echo ,,echo...echo makes me crazy...crazy...crazy...help...help...help David Sontag DIY PC 17 30th Nov 2007 06:45 AM
Echo multiple messages separated by new line thorugh "echo" command Vijay Jain Windows XP General 1 12th Dec 2006 09:11 PM
MMC 9.15 - Echo, echo while viewning TV... andre ATI Video Cards 2 22nd Aug 2006 10:22 PM
applicaton.echo / docmd.echo screen still pulsing - Why? Rick A Microsoft Access Form Coding 1 30th Mar 2006 04:01 AM
Application.Echo or DoCmd.Echo in a Runtime Database =?Utf-8?B?cmJt?= Microsoft Access Form Coding 1 23rd Jan 2004 02:54 AM


Features
 

Advertising
 

Newsgroups
 


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