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

Dear Experts,
Can you help me reduce uncontrolled screen updates ?

The problem is that when the user moves the cursor to a
column which is not shown on the screen, Excell
immediately repositions the sheet and updates the screen.

My macros catch the selection change and reposition the
sheet in a special way, however that happens only after
excel has updated the screen.
None of the following seems to make a difference:

With Application
.ScreenUpdating = False
.EnableEvents = False
.Calculation = xlCalculationManual
End With

Is there hope ? ...
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default ScreenUpdating not effective

About the best you could do is use the ScrollArea setting to prevent the
user from positioning out of the visible range. Screenupdating setting is
only effective in macros to the best of my knowledge.

--
Regards,
Tom Ogilvy

Boaz Michaely wrote in message
...
Dear Experts,
Can you help me reduce uncontrolled screen updates ?

The problem is that when the user moves the cursor to a
column which is not shown on the screen, Excell
immediately repositions the sheet and updates the screen.

My macros catch the selection change and reposition the
sheet in a special way, however that happens only after
excel has updated the screen.
None of the following seems to make a difference:

With Application
.ScreenUpdating = False
.EnableEvents = False
.Calculation = xlCalculationManual
End With

Is there hope ? ...



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
about screenupdating baha Excel Discussion (Misc queries) 0 March 25th 10 06:16 AM
Screenupdating Problems Trent Excel Discussion (Misc queries) 0 April 28th 06 07:03 AM
What does ScreenUpdating = False do? Judy Ward Excel Worksheet Functions 5 July 9th 05 09:25 AM
unable to control screenupdating Susan Lammi Excel Programming 3 September 26th 03 05:04 AM
screenupdating command ignored Bruce[_6_] Excel Programming 2 September 10th 03 03:50 PM


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

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"