PC Review


Reply
Thread Tools Rate Thread

Disable Auto Calculate w/.enablecalculation?

 
 
Ward
Guest
Posts: n/a
 
      12th Aug 2008
I am needing to disable 5 worksheets from being automatically calculated due
to the massive amounts of formulas each holds. I would still like for excels
default setting Auto Calculate to remain active. I have attempted to set each
sheets .EnableCalculation property to False - without luck. Any input would
be greatly appreciative, thanks!
 
Reply With Quote
 
 
 
 
Mike H
Guest
Posts: n/a
 
      12th Aug 2008
Try

Application.Calculation = xlManual
'Do something
Application.Calculation = xlCalculationAutomatic

Mike

"Ward" wrote:

> I am needing to disable 5 worksheets from being automatically calculated due
> to the massive amounts of formulas each holds. I would still like for excels
> default setting Auto Calculate to remain active. I have attempted to set each
> sheets .EnableCalculation property to False - without luck. Any input would
> be greatly appreciative, thanks!

 
Reply With Quote
 
Ward
Guest
Posts: n/a
 
      12th Aug 2008
Thank you for the reply! I have tried a method similar to this - However just
as soon as xlCalculationAutomatic is set, the entire workbook is
recalculated. Any idea how to prevent this? I should note that the majority
of my formulas use Index and Match. Hence the slow speed and constant
calculation on auto. Thanks!

"Mike H" wrote:

> Try
>
> Application.Calculation = xlManual
> 'Do something
> Application.Calculation = xlCalculationAutomatic
>
> Mike
>
> "Ward" wrote:
>
> > I am needing to disable 5 worksheets from being automatically calculated due
> > to the massive amounts of formulas each holds. I would still like for excels
> > default setting Auto Calculate to remain active. I have attempted to set each
> > sheets .EnableCalculation property to False - without luck. Any input would
> > be greatly appreciative, thanks!

 
Reply With Quote
 
Ward
Guest
Posts: n/a
 
      12th Aug 2008
Thank you for your response! I have tried a routine similar to this one.
However as soon as xlCalcualtionAutomatic is set, my 5 sheets begin their
recalculation process. I should note the majority of my formuls utilize Index
and Match to locate data. Hence the lengthy time to update and constant
recalculations. Any idea how to prevent these particular sheets from
calculating w/o manual override? thanks!

"Mike H" wrote:

> Try
>
> Application.Calculation = xlManual
> 'Do something
> Application.Calculation = xlCalculationAutomatic
>
> Mike
>
> "Ward" wrote:
>
> > I am needing to disable 5 worksheets from being automatically calculated due
> > to the massive amounts of formulas each holds. I would still like for excels
> > default setting Auto Calculate to remain active. I have attempted to set each
> > sheets .EnableCalculation property to False - without luck. Any input would
> > be greatly appreciative, thanks!

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Disable Auto Calculate Office 2004 Mac martin.a.john@gmail.com Microsoft Excel Programming 0 13th Jun 2007 03:03 PM
How to disable auto-arrangement/auto-alignment of icons on desktop? Sven Mayer Microsoft Windows 2000 5 12th Aug 2005 01:44 PM
auto remember or auto suggest feature-how to disable =?Utf-8?B?bmV3IHhwIHVzZXI=?= Windows XP General 2 19th Mar 2004 03:06 AM
Auto-Calculate =?Utf-8?B?Um9uX0Q=?= Microsoft Excel Misc 2 22nd Jan 2004 12:56 AM
Re: Auto Calculate John Wilson Microsoft Excel Worksheet Functions 0 11th Aug 2003 11:09 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:59 PM.