Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 968
Default Control which sheets get Recalc?

Hi Chuck,

You can use Worksheet.EnableCalculation=false to stop the large sheet
calculating.
This property is not stored in the workbook, so you need to reset it each
time the workbook is opened, and the workbook needs to be in Manual
calculation mode.

when you want to calculate the large sheet you set its Enablecalculation
property to true and press F9

The down side to this method is that when you reset enablecalculation to
true ALL the formulae on that sheet get 'dirtied' so the next recalc is a
Full calculation for that sheet (which will tend to make it even slower!)

regards
Charles
______________________
Decision Models
FastExcel 2.3 now available
Name Manager 4.0 now available
www.DecisionModels.com

"CLR" wrote in message
...
Hi All......
I have a 9MB workbook with about 50 sheets that takes a long time to
recalculate. Only one sheet is large, containing some 15,000 rows of
data.
This large sheet never gets changed during the regular operations of the
workbook.....only when the Administrator directly manually addresses this
sheet. Might it be possible with Worksheet Activate/Deactivate macros to
turn off any Recalcs on this sheet, (or any others), unless it is active?
I
in hopes this might speed up my overall Recalc time, maybe?

TIA
Vaya con Dios,
Chuck, CABGx3




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
Disabled richtextbox control in excel sheets PeteGee Excel Programming 0 September 10th 06 01:29 PM
trying to set up inventory control sheets for wine ucanreachrob Setting up and Configuration of Excel 0 April 4th 06 03:36 AM
control-tab should move between Excel sheets without a mouse. SpecialK Excel Worksheet Functions 2 July 7th 05 08:45 PM
Are there any template stock control sheets in Excel? Confused Mel Excel Discussion (Misc queries) 0 April 14th 05 02:37 PM
UDF recalc problem between sheets Sandy V[_6_] Excel Programming 7 April 9th 04 04:06 PM


All times are GMT +1. The time now is 02:08 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"