Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 229
Default calculation in a worksheet

Hello everybody
Is there any way to disable calculation of a particular sheet in a
workbook? I would like the calculation option for the workbook to be
automatic.
With regars
Sridhar
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 373
Default calculation in a worksheet

You can do it the other way around. Set the calculation to manual, then
calculate range(s) in the sheet like this:
Sub Test()
Range("c1:c85").Calculate
End Sub
HTH, James
"yshridhar" wrote in message
...
Hello everybody
Is there any way to disable calculation of a particular sheet in a
workbook? I would like the calculation option for the workbook to be
automatic.
With regars
Sridhar



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,572
Default calculation in a worksheet

NON-code option:

Set WB to manual.

To calculate *only* the active sheet:
<Shift <F9
--

HTH,

RD
================================================== ===
Please keep all correspondence within the Group, so all may benefit!
================================================== ===

"Zone" wrote in message
...
You can do it the other way around. Set the calculation to manual, then
calculate range(s) in the sheet like this:
Sub Test()
Range("c1:c85").Calculate
End Sub
HTH, James
"yshridhar" wrote in message
...
Hello everybody
Is there any way to disable calculation of a particular sheet in a
workbook? I would like the calculation option for the workbook to be
automatic.
With regars
Sridhar




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
using a calculation in a list on another worksheet TinaBrooks Excel Worksheet Functions 2 June 14th 06 05:22 PM
Automatic Calculation on only one Worksheet sfrancoe2 Excel Discussion (Misc queries) 5 December 3rd 05 09:03 PM
Interrupting A Worksheet Calculation carl Excel Worksheet Functions 2 November 22nd 05 07:18 PM
Re-Calculation on a single worksheet CTarantino Excel Worksheet Functions 2 July 20th 05 08:17 PM
Calculation for Ebay worksheet. greggin via OfficeKB.com Excel Worksheet Functions 3 May 5th 05 09:05 PM


All times are GMT +1. The time now is 07:06 AM.

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"