Private Sub Workbook_Open() Application.ScreenUpdating = False End Sub Private Sub Workbook_BeforeClose(Cancel As Boolean) Application.ScreenUpdating = True End Sub
Solved
printfx000
-
printfx000 -
printfx000 -
Hello,
I have an Excel macro that takes a certain amount of time to execute. As a result, we can see sheets, cells, and Excel files scrolling on the screen for about 5 minutes.
Is there a way to suspend this in order to allow the execution of the macro to be faster?
Thank you.
Configuration: Windows XP / Internet Explorer 7.0
I have an Excel macro that takes a certain amount of time to execute. As a result, we can see sheets, cells, and Excel files scrolling on the screen for about 5 minutes.
Is there a way to suspend this in order to allow the execution of the macro to be faster?
Thank you.
Configuration: Windows XP / Internet Explorer 7.0