ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Delay Visible Updates?? (https://www.excelbanter.com/excel-programming/323908-delay-visible-updates.html)

Alan Greenwood[_2_]

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

Markus Scheible[_2_]

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

--
.



All times are GMT +1. The time now is 12:30 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com