#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 921
Default Turn functions off

Hi,

I have a worksheet with a lot of functions. I want to recalculate the
worksheet and then save the result into an array - in a macro. Then repeat
this 1000 times. This calculation does not use any of the functions.

Question = how do you turn off the functions (because this is massively
slowing down my calcs)?

Thanks for your help.
  #2   Report Post  
Posted to microsoft.public.excel.misc
JMB JMB is offline
external usenet poster
 
Posts: 2,062
Default Turn functions off

Perhaps you could set the calculation to manual and have the macro calculate
the worksheets or ranges that need to be calculated

For Example:
Application.Calculation = xlCalculationManual
Worksheets("Sheet1").Calculate
Worksheets("Sheet2").Range("A1:C10").Calculate
Application.Calculation = xlCalculationAutomatic


"Jeff" wrote:

Hi,

I have a worksheet with a lot of functions. I want to recalculate the
worksheet and then save the result into an array - in a macro. Then repeat
this 1000 times. This calculation does not use any of the functions.

Question = how do you turn off the functions (because this is massively
slowing down my calcs)?

Thanks for your help.

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
need custom cut and paste functions ben New Users to Excel 0 January 6th 06 04:23 AM
Can I get Excel to determine the line curve formula without graph. Cadelima Excel Discussion (Misc queries) 8 December 20th 05 09:57 PM
User-defined functions created in Excel 2000 fail in Excel 2003 goodguy Excel Discussion (Misc queries) 1 October 3rd 05 07:04 PM
Database functions should use criteria in formula, as 1-2-3 does 123user Excel Worksheet Functions 8 September 29th 05 08:57 PM
Changing the range of several averaging functions Hellion Excel Discussion (Misc queries) 1 September 17th 05 02:12 PM


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