Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 414
Default stop refresh of cells during an optimisation/calculation

I have a complex repeated ooptimisation running and wish to speed it up by
stopping the dynamic refreshing of the screen. How is this done?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 8,520
Default stop refresh of cells during an optimisation/calculation

Set screen updating to False....like

Sub Mac()
Application.ScreenUpdating = False
'your code
Application.ScreenUpdating = True
End Sub

If this post helps click Yes
---------------
Jacob Skaria


"Andy" wrote:

I have a complex repeated ooptimisation running and wish to speed it up by
stopping the dynamic refreshing of the screen. How is this done?

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
Calculation speed optimisation - Links and Dependency Tree Alan Excel Discussion (Misc queries) 0 March 5th 08 03:18 AM
Calculation speed optimisation - Links and Dependency Tree Alan Excel Worksheet Functions 0 March 5th 08 03:18 AM
Calculation speed optimisation - Links and Dependency Tree Alan Links and Linking in Excel 0 March 5th 08 03:18 AM
How to stop in the middle of re-calculation for all cells? Eric Excel Discussion (Misc queries) 0 August 30th 07 03:28 AM
stop screen refresh mangesh_yadav[_65_] Excel Programming 0 September 1st 04 03:59 PM


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

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

About Us

"It's about Microsoft Excel"