Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Print Delay | Excel Discussion (Misc queries) | |||
Autoshapes not visible on spreadsheet but visible in print preview | Excel Discussion (Misc queries) | |||
Toggle text to be visible and not visible | Excel Programming | |||
Toggle Text to be visible and Not visible | Excel Programming | |||
Toggle Text in a column to be visible or not visible | Excel Programming |