![]() |
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 *** |
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 *** |
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