Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Flicker 1

Status
Not open for further replies.

Tronsliver

Technical User
Sep 19, 2000
120
US
I built a program that uses many VB modules. When I run the MACROs the screen flickers as the code runs. Is there a way to turn this off while the code runs?

Thank You
 
Start your application with

Application.ScreenUpdating = False Skip,
metzgsk@voughtaircraft.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top