Hints and tips home » VBA hints and tips » Stop Screen Flickering When Running Code
Stop Screen Flickering When Running Code
Running VBA code may cause the screen to flicker as the monitor is the slowest part of the program and cannot keep up with the very fast changes taking place.
To switch off the screen until the program is run enter the following code line:
Application.ScreenUpdating = False
The screen comes on automatically on completion of the program.
Added by Carlos on 1st December 2006
More VBA hints and tips, like:
|
Get Sorted With PowerPoint's Best Organisational Tool Yet For anyone who works with large volumes of images and has to be organised when it comes to presentations, PowerPoint 2010 offers a comprehensive system for organising your slide content into logical groups. Now, thanks to Sections, slides can be sorted and stored by topic, author, or product. » Article: Powerpoint training london |
» Forum post: Macro recording |
» Tip: Automatically close a form |



Course updates

