Thread
:
Hiding a worksheet while formatting it
View Single Post
#
2
[email protected]
Posts: n/a
Hi Bill,
Use:
Application.ScreenUpdating = False
When you want the screen to 'freeze', and:
Application.ScreenUpdating = True
to set it back to normal.
Cheers,
JF.
Reply With Quote