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.ScreenUpdate

hi all is there any way to make a

Workbook.ScreenUpdate
or a
WorkSheet.ScreenUpdate

instead than a Application.ScreenUpdate ???

ty !!
paolo
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 703
Default Application.ScreenUpdate

Hi

No I don't think so.

But what would you use it for ?

Usually you turn off screenupdating at the start of the macro and then
turn it on again before End Sub.

Regards,
Per

On 17 Jan., 03:48, pls123 wrote:
hi all is there any way to make a

Workbook.ScreenUpdate
or a
WorkSheet.ScreenUpdate

instead than a Application.ScreenUpdate ???

ty !!
paolo


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

hi im trying with

thisWorkbook.screenUpdating = false

and it works..now im make test for cpu usage, with or without..
i need for multiple pages open simoultaneously...making tests..

with application.screenupdating there is continuous flickering with worst
cpu usage,
because each page makes change it down and up every cycle of computation..
bybyyy




"Per Jessen" wrote:

Hi

No I don't think so.

But what would you use it for ?

Usually you turn off screenupdating at the start of the macro and then
turn it on again before End Sub.

Regards,
Per

On 17 Jan., 03:48, pls123 wrote:
hi all is there any way to make a

Workbook.ScreenUpdate
or a
WorkSheet.ScreenUpdate

instead than a Application.ScreenUpdate ???

ty !!
paolo



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Application.ScreenUpdate


Screen flicker is usually caused by selecting different books, sheets,
cells etc

Selcting anything is rarely required when using Vba/macros.

If you post your code it probally can be improved


--
mudraker

If my reply has assisted or failed to assist you I welcome your
Feedback.

www.thecodecage.com
------------------------------------------------------------------------
mudraker's Profile: http://www.thecodecage.com/forumz/member.php?userid=18
View this thread: http://www.thecodecage.com/forumz/sh...ad.php?t=51411

  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 121
Default Application.ScreenUpdate

hi mud !!..
i have no "selects" i my vba code by longtime !!!!! ;)))
with Application.ScreenUpdate = false, i notice a cpu overwork in my
multiple open workbook with looping macro...
if i use workbook.screenupdating = false
ther is no flickering at all..
but i don know if it is active...

what do you think ??



"mudraker" wrote:


Screen flicker is usually caused by selecting different books, sheets,
cells etc

Selcting anything is rarely required when using Vba/macros.

If you post your code it probally can be improved


--
mudraker

If my reply has assisted or failed to assist you I welcome your
Feedback.

www.thecodecage.com
------------------------------------------------------------------------
mudraker's Profile: http://www.thecodecage.com/forumz/member.php?userid=18
View this thread: http://www.thecodecage.com/forumz/sh...ad.php?t=51411


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
ScreenUpdate Usage clara Excel Programming 1 August 17th 07 03:02 AM
ScreenUpdate Usage ewan7279 Excel Programming 0 August 17th 07 01:58 AM
Overriding ScreenUpdate function Trevor Williams Excel Programming 4 September 8th 06 03:23 PM
DisplayAlerts and ScreenUpdate will not set to False Joe at Baso New Users to Excel 1 April 5th 05 07:41 PM
Unwanted freezed screen cause by screenupdate = false Graiman Excel Programming 3 July 1st 04 07:01 PM


All times are GMT +1. The time now is 07:44 AM.

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

About Us

"It's about Microsoft Excel"