Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 121
Default ScreenUpdating

Hi all !!

when I use Application.ScreenUpdating = False
at the beginning of a Sub,

will it propagate to other subs thet are called by this first one,
even if they are in other workbooks ,

or i have to write it also in the called subs ??

Does it makes any difference if I dont' write

Application.ScreenUpdating = True

at the end of this main sub in excel 2007 ??

tx all !!!
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 208
Default ScreenUpdating

Hi
It automatically sets to true at the end of each sub (otherwise your
screen would not update). Worthwhile putting it at the top of every
sub.
regards
Paul

On May 5, 7:02*pm, pls123 wrote:
Hi all !!

when I use Application.ScreenUpdating = False
*at the beginning of a Sub,

will it propagate to other subs thet *are called by this first one,
even if they are in other workbooks ,

or i have to write *it also in the called subs ??

Does it makes any difference if I dont' write

Application.ScreenUpdating = True

at the end of this main sub in excel 2007 ??

tx all !!!


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 834
Default ScreenUpdating

Help tells you that you should set it back to True at the end, but my
experience tells me it doesn't matter.

--

HTH

Bob

"pls123" wrote in message
...
Hi all !!

when I use Application.ScreenUpdating = False
at the beginning of a Sub,

will it propagate to other subs thet are called by this first one,
even if they are in other workbooks ,

or i have to write it also in the called subs ??

Does it makes any difference if I dont' write

Application.ScreenUpdating = True

at the end of this main sub in excel 2007 ??

tx all !!!



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 121
Default ScreenUpdating

tx all for help!


"Bob Phillips" wrote:

Help tells you that you should set it back to True at the end, but my
experience tells me it doesn't matter.

--

HTH

Bob

"pls123" wrote in message
...
Hi all !!

when I use Application.ScreenUpdating = False
at the beginning of a Sub,

will it propagate to other subs thet are called by this first one,
even if they are in other workbooks ,

or i have to write it also in the called subs ??

Does it makes any difference if I dont' write

Application.ScreenUpdating = True

at the end of this main sub in excel 2007 ??

tx all !!!



.

  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 320
Default ScreenUpdating

You don't need to have applicatino.screenupdating=false throughout -- only
once will suffice. However, I do recomment turning it to true at the end -
I've frequently seen the entire app seep to freeze until I went to the
immediate window and entered Application.Screenupdatin = True (after the
macro had stopped!) in order to even see the worksheet.

"pls123" wrote:

Hi all !!

when I use Application.ScreenUpdating = False
at the beginning of a Sub,

will it propagate to other subs thet are called by this first one,
even if they are in other workbooks ,

or i have to write it also in the called subs ??

Does it makes any difference if I dont' write

Application.ScreenUpdating = True

at the end of this main sub in excel 2007 ??

tx all !!!



  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 121
Default ScreenUpdating

here again!
just to say that i notice a cpu saving
when i don't write
Application.ScreenUpdating = False
at the end of sub..
i'll make some test for stability now !
tx all byby !!


"pls123" wrote:

Hi all !!

when I use Application.ScreenUpdating = False
at the beginning of a Sub,

will it propagate to other subs thet are called by this first one,
even if they are in other workbooks ,

or i have to write it also in the called subs ??

Does it makes any difference if I dont' write

Application.ScreenUpdating = True

at the end of this main sub in excel 2007 ??

tx all !!!

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Screenupdating Ozgur Pars[_2_] Excel Programming 2 October 18th 06 12:05 PM
ScreenUpdating Steven Excel Programming 5 May 1st 06 08:42 PM
ScreenUpdating Paul Excel Programming 2 March 8th 06 10:16 PM
App.screenupdating Steph[_3_] Excel Programming 2 May 11th 05 10:39 PM
When to use screenupdating? augustus Excel Programming 2 December 12th 04 09:21 PM


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

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"