jase71ds
Board Regular
- Joined
- Oct 23, 2006
- Messages
- 137
- Office Version
- 365
- Platform
- Windows
I almost never want to see the screen update when I run a macro (unless I'm troubleshooting)
I've gotten into the habit of begining all macros with:
Application.ScreenUpdating=False
But I've also got in the habit of NOT ending the code with:
Application.ScreenUpdating=True
Are there any ill effects/problems that can result by not finishing out the macro by turning screen updating back on?
Thanks for your time.
Jase.
I've gotten into the habit of begining all macros with:
Application.ScreenUpdating=False
But I've also got in the habit of NOT ending the code with:
Application.ScreenUpdating=True
Are there any ill effects/problems that can result by not finishing out the macro by turning screen updating back on?
Thanks for your time.
Jase.