Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Clara,
The screen will not update at all until you reset application.screenupdating = True. Cheers, Ewan. "clara" wrote: Hi all, I have a macro in the following layout sub MyMacro() application.screenupdating = false ... FirstCall() ... SecondCall() end sub if some statements in firstcall() or secondcall() will make screen flick, do I have to put application.screenupdating =false inside each of them? CLara -- thank you so much for your help |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Overriding ScreenUpdate function | Excel Programming | |||
100% cpu usage | Excel Discussion (Misc queries) | |||
DisplayAlerts and ScreenUpdate will not set to False | New Users to Excel | |||
Screen flicker despite ScreenUpdate = False in the first line of code | Excel Programming | |||
Unwanted freezed screen cause by screenupdate = false | Excel Programming |