Insert this code at the beginning of the code
Application.ScreenUpdating = False
.
.
.
.
your Code
.
.
.
The below code goes as the last line
Application.ScreenUpdating = True
The below code goes as the last line
Application.ScreenUpdating = True
No comments:
Post a Comment