I have used the following code numerous times and it works as advertised (Excel doesn't update until enabled):
Application.ScreenUpdating = False
Application.Calculation = xlManual
Application.DisplayAlerts = False
However, I've run into a situation where the screen still updates even after setting ScreenUpdating = False.
Any hints on what to look for?
Application.ScreenUpdating = False
Application.Calculation = xlManual
Application.DisplayAlerts = False
However, I've run into a situation where the screen still updates even after setting ScreenUpdating = False.
Any hints on what to look for?