Public Schedule Face-to-Face & Online Instructor-Led Training - View dates & book

excel consultants - screen flickering

Forum home » Delegate support and help forum » Microsoft Excel VBA Training and help » excel consultants - Screen Flickering

excel consultants - Screen Flickering

ResolvedVersion Standard

Steven has attended:
Excel VBA Intro Intermediate course

Screen Flickering

How do you stop the screen flickering?

RE: Screen Flickering

Hi Steven,

Thank you for the posting

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 at the beginning of the procedure:

Application.ScreenUpdating = False

The screen comes on automatically on completion of the program. If you require screen updating to resume before the end type


Application.ScreenUpdating = True


Tracy

 

Training courses

Training information:

Welcome. Please choose your application (eg. Excel) and then post your question.

Our Microsoft Qualified trainers will then respond within 24 hours (working days).

Frequently Asked Questions
What does 'Resolved' mean?

Any suggestions, questions or comments? Please post in the Improve the forum thread.

Excel tip:

Paste a web address into the hyperlink address field

If you copy a web address the only way to paste into the address field of the hyperlink box is to use CTRL + V. Right click paste does not work.

View all Excel hints and tips

Connect with us:

0207 987 3777

Call for assistance

Request Callback

We will call you back

Server loaded in 0.09 secs.