SCREEN UPDATE!

J

jay dean

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 ***
 
J

John

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top