Forum Discussion
GRosenberg775
Jul 11, 2022Copper Contributor
Application.ScreenUpdating Freezing Workbook
Due to a recent update with Office 365, the Application.ScreenUpdating function in VBA does not work anymore (at least in Excel). I have a macro enabled workbook that has had the same code for a coup...
Maellysaurus
Jul 12, 2022Copper Contributor
I can confirm that I am getting exactly the same issue as of recently.
Im running Windows 11 and my Excel started behaving the same way:
Run Application.ScreenUpdating = False in the immediate window, and screen updates are turned off as expected, and screen freezes.
Run Application.ScreenUpdating = True, and screen updates are still off. Screen remains frozen. Forced to restart Excel.
Im running Windows 11 and my Excel started behaving the same way:
Run Application.ScreenUpdating = False in the immediate window, and screen updates are turned off as expected, and screen freezes.
Run Application.ScreenUpdating = True, and screen updates are still off. Screen remains frozen. Forced to restart Excel.