|  

» Eliminate screen flashing while running a macro using VBA in in Microsoft Excel

Enter the code line at the begining of the code:
Application.ScreenUpdating = False
Enter the code line at the end of the code to turned back the screen:
Application.ScreenUpdating = True

Rate This Tip
12 34 5
Rating: 4.50     Views: 31431
No comments have been submitted.
Click here to post comment
For Registered Users
Name
Comment Title
Comments