» Eliminate screen flashing while running a macro using VBA in in Microsoft Excel
CATEGORY - General Topics in VBA
VERSION - All Microsoft Excel Versions
Enter the code line at the begining of the code:
Application.ScreenUpdating = FalseEnter the code line at the end of the code to turned back the screen:
Application.ScreenUpdating = True
Book Store:
Recommended Books:
- AWAKEN THE GIANT WITHIN : HOW TO TAKE IMMEDIATE CONTROL OF YOUR MENTAL, EMOTIONAL, PHYSICAL AND FINANCIAL
- What the IRS Doesn't Want You to Know: A Cpa Reveals the Tricks of the Trade
- Positioning: The Battle for Your Mind
- Microsoft Access Version 2002 Step by Step
- F1 Get the Most out of Excel! The Ultimate Excel tip Help Guide
- The Intelligent Investor: The Definitive Book On Value Investing, Revised Edition
No comments have been submitted.

