I have an application that does a lot of screen manipulation. It was running slow, so I put some Application.Screenupdating = False statements in the update modules. However, it fails to turn the screen updating off. You can still see every update the code is doing. I thought I remembered reading somewhere that the screen updating is automatically turned back on at the end of a procedure or module even if you don’t explicitly turn the updating back on (= True).
Is there any way to get the screen updating turned off for the duration of the application?