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...
corvus71
Jul 12, 2022Copper Contributor
Yep me too. Exact same issue.
Just created an empty xlsm with a macro with only
Application.ScreenUpdating = false
Application.ScreenUpdating = true
easy to reproduce.
Excel workbooks needs to be closed and opened again to get normal functioning.
Just updated to version 2206 build 15330.20246
Edited my post once more....After a full restart I found out today that the excel sheets work again! So for me, going to file -->account-->update options-->update now seems to have worked.
wishicouldcode
Jul 12, 2022Copper Contributor
maybe you can go to Microsoft help and let them know to tell developers to fix this