Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 154
Default 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 ***
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 205
Default 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 ***



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 154
Default 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 ***
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel screen doesn't update correctly Tanya Excel Discussion (Misc queries) 2 January 20th 10 02:59 PM
Email in Excel without screen update Robnific Excel Discussion (Misc queries) 0 November 9th 06 06:58 PM
Screen update? David Excel Programming 1 September 25th 06 05:35 PM
Update cell's value without refresh screen? lantiger Excel Programming 0 May 26th 04 05:23 PM
Screen Update Dilemma Alex@JPCS Excel Programming 0 November 17th 03 06:25 PM


All times are GMT +1. The time now is 05:31 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"