Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Screenupdating | Excel Programming | |||
ScreenUpdating | Excel Programming | |||
ScreenUpdating | Excel Programming | |||
App.screenupdating | Excel Programming | |||
When to use screenupdating? | Excel Programming |