ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   SCREEN UPDATE! (https://www.excelbanter.com/excel-programming/376212-screen-update.html)

Jay Dean

SCREEN UPDATE!
 
My code executes cleanly, but because it processes a lot of data, the
screen freezes until it finishes all execution.

I want to see the updates while the code is running, so I set
application.screenupdating to true, but it still doesn't seem to help.

Any other suggsetions would be appreciated !

Thanks
Jay


*** Sent via Developersdex http://www.developersdex.com ***

John[_88_]

SCREEN UPDATE!
 
You could add a "DoEvents" line into your loop and see if that helps. It
will slow the process down, but you may prefer to do that and see what's
going on.

Best regards

John

"jay dean" wrote in message
...
My code executes cleanly, but because it processes a lot of data, the
screen freezes until it finishes all execution.

I want to see the updates while the code is running, so I set
application.screenupdating to true, but it still doesn't seem to help.

Any other suggsetions would be appreciated !

Thanks
Jay


*** Sent via Developersdex http://www.developersdex.com ***




Jay Dean

SCREEN UPDATE!
 
Thanks, John !
I like it. It seems to be working fine. I can deal with the trade-off of
longer execution time.

Thanks again.
Jay Dean


*** Sent via Developersdex http://www.developersdex.com ***


All times are GMT +1. The time now is 11:12 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com