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

hi all !!!
i wanted to know something about this command...

Application.ScreenUpdating = False

it seems to give less cpu usage on my multiple workbook on excel 2007..
should i use it for my macros ??? if there is a macro that launches other
macros...
is enough that it is indicated in the first macro , or it must be indicated
in each launched macro??

ty..
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 222
Default Application.ScreenUpdating = False

In the first macro is enough, but remember to turn it back on...

Application.ScreenUpdating = False
MacroToRun
Application.ScreenUpdating = True

When the MacroToRun completes, the system will return to where you left off
on the first macro. You could actually run several macros.
--
"Actually, I *am* a rocket scientist." -- JB

Your feedback is appreciated, click YES if this post helped you.


"pls123" wrote:

hi all !!!
i wanted to know something about this command...

Application.ScreenUpdating = False

it seems to give less cpu usage on my multiple workbook on excel 2007..
should i use it for my macros ??? if there is a macro that launches other
macros...
is enough that it is indicated in the first macro , or it must be indicated
in each launched macro??

ty..

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 121
Default Application.ScreenUpdating = False

TY J
i turn it true at the end of the main macro...
but it worked fine (updating the videoprint) also without..

now..do you know if i should downgrade to excel2003 for beter performance or..
the problem was just that 1 ???
i need to run the more possible pages at the same time....


last question..my workbooks don't run on dual core..even if the option is
normally enabled...
(it just can't go over 50% cpu usage )) is vere any thing to know about ??
ty
paolo









"JBeaucaire" wrote:

In the first macro is enough, but remember to turn it back on...

Application.ScreenUpdating = False
MacroToRun
Application.ScreenUpdating = True

When the MacroToRun completes, the system will return to where you left off
on the first macro. You could actually run several macros.
--
"Actually, I *am* a rocket scientist." -- JB

Your feedback is appreciated, click YES if this post helped you.


"pls123" wrote:

hi all !!!
i wanted to know something about this command...

Application.ScreenUpdating = False

it seems to give less cpu usage on my multiple workbook on excel 2007..
should i use it for my macros ??? if there is a macro that launches other
macros...
is enough that it is indicated in the first macro , or it must be indicated
in each launched macro??

ty..

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
How to set Application.ScreenUpdating = False for Gen use David_Williams_PG () Excel Discussion (Misc queries) 1 August 15th 06 12:06 PM
Using the Application.ScreenUpdating = False? Susan Hayes Excel Programming 1 January 29th 05 02:16 PM
Using the Application.ScreenUpdating = False? Susan Hayes Excel Programming 0 January 29th 05 03:50 AM
Application.screenUpdating = False Pamhall Excel Programming 1 December 17th 04 03:19 PM
Application.ScreenUpdating = False Pieter Kuyck Excel Programming 2 July 15th 03 06:28 PM


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

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"