|  

» 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.45     Views: 23503
No comments have been submitted.
Click here to post comment
For Registered Users
Name
Comment Title
Comments