Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Delay Visible Updates??

I have an Excel 2000 spreadsheet which updates itself from the textual
contents of a large number of files at startup. The updating consists
of altering a large number of strings and also a large number of cell
colours. Because of this there is a lot of flickering going on and I
was wondering if there was a way of putting visible updates on hold
temporarily (while the process continues in the background) and then
doing the whole lot in one fell swoop once the content update is
complete.

Thanks a lot in advance to anyone who can help.

--------------------------------------------------------------
Do NOT reply to the email address in the headers. It is a fake
address for trapping spam: if you want to reply to this
message, please post to the newsgroup.
------------------------------------------------------------
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 95
Default Delay Visible Updates??

Good Morning Alan,

try

Application.ScreenUpdating=False

as first line of your macro and

Application.ScreenUpdating=True

as last line.

Best

Markus


-----Original Message-----
I have an Excel 2000 spreadsheet which updates itself

from the textual
contents of a large number of files at startup. The

updating consists
of altering a large number of strings and also a large

number of cell
colours. Because of this there is a lot of flickering

going on and I
was wondering if there was a way of putting visible

updates on hold
temporarily (while the process continues in the

background) and then
doing the whole lot in one fell swoop once the content

update is
complete.

Thanks a lot in advance to anyone who can help.

----------------------------------------------------------

----
Do NOT reply to the email address in the headers. It is a

fake
address for trapping spam: if you want to reply to this
message, please post to the newsgroup.
----------------------------------------------------------

--
.

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
Print Delay spartanmba Excel Discussion (Misc queries) 2 March 11th 05 07:51 PM
Autoshapes not visible on spreadsheet but visible in print preview John Excel Discussion (Misc queries) 3 February 11th 05 10:23 PM
Toggle text to be visible and not visible Dave Y[_3_] Excel Programming 3 January 10th 04 07:27 PM
Toggle Text to be visible and Not visible Dave Y[_3_] Excel Programming 1 January 10th 04 07:16 PM
Toggle Text in a column to be visible or not visible Dave Y[_3_] Excel Programming 4 January 8th 04 08:46 PM


All times are GMT +1. The time now is 05:00 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"