Home
Forums
New posts
Search forums
Articles
Latest reviews
Search resources
Members
Current visitors
Newsgroups
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Home
Forums
Newsgroups
Microsoft Excel
Microsoft Excel Programming
Screen flickers while macro is running
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Patrick Molloy, post: 13319905"] your code is probably activating sheets ....without seeing the code, this is a guess . however, there's usually no need to activate sheets when updating data so worksheets("Sheet1").Activate range("A1").Copy worksheets("Sheet2").Activate range("A1").Pastespecial xlallvalues can be replaced by worksheets("Sheet1").range("A1").Copy worksheets("Sheet2").range("A1").Pastespecial xlallvalues [/QUOTE]
Verification
Post reply
Home
Forums
Newsgroups
Microsoft Excel
Microsoft Excel Programming
Screen flickers while macro is running
Top