Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
My macros involve a lot of copying pages, reformatting, adding formulas,
plotting, etc. When a macro runs, it can take several seconds. Meanwhile you are watching Excel go through all sorts of contortions as things are happening. Is there anyway to cause either: 1) the screen to effectively "freeze" until the macro is complete, or 2) go blank or some other less stressful appearance until the macros are done running? TIA |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
use Application.ScreenUpdating = False at the top of your code and Application.ScreenUpdating = True at the bottom Cheers JulieD "Papa Jonah" wrote in message ... My macros involve a lot of copying pages, reformatting, adding formulas, plotting, etc. When a macro runs, it can take several seconds. Meanwhile you are watching Excel go through all sorts of contortions as things are happening. Is there anyway to cause either: 1) the screen to effectively "freeze" until the macro is complete, or 2) go blank or some other less stressful appearance until the macros are done running? TIA |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Check box text background remains white, does not match general background | Excel Programming | |||
Background macros? | Excel Programming | |||
Running macros in the background | Excel Programming | |||
Runnig macros in background mode | Excel Programming | |||
Runnig macros in background mode | Excel Programming |