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!

Flickering Screen

Status
Not open for further replies.

Pimafix

Technical User
Sep 6, 2006
14
US
How do I get a program to run so that I can stay with a screen that doesn't move? I would like to get the data to update in excel without the screen flickering or moving and I want to see the data populate, not freeze the screen.
 



Hi,

Use application.screenupdaing = false as the first statement on your macro and insert one in the LAST statement = TRUE.

Skip,
[sub]
[glasses] [red][/red]
[tongue][/sub]
 



Avoid using the Select and Activate methods.

Skip,
[sub]
[glasses] [red][/red]
[tongue][/sub]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top