Application VisualBasic Script

Sub update()
    Application.ScreenUpdating = False
    Application.ScreenUpdating = True
End Sub