![]() |
run macros in background
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 |
run macros in background
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 |
All times are GMT +1. The time now is 08:58 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com