Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Stop one sheet from calculating.

I know that you can stop a whole workbook from being automatically
calculated but can it be done for just one sheet?


---
Message posted from http://www.ExcelForum.com/

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 510
Default Stop one sheet from calculating.

Hi

You can simply replace all formulas with their values (PasteSpecial.Values).
Of-course there is no way back later, but it's the only way, I'm afrayd.


--
Arvi Laanemets
(When sending e-mail, use address arvil<Attarkon.ee)



"ianripping " wrote in message
...
I know that you can stop a whole workbook from being automatically
calculated but can it be done for just one sheet?


---
Message posted from http://www.ExcelForum.com/



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 968
Default Stop one sheet from calculating.

You can do this by setting Worksheet("DontCalc").enablecalculation to false.
Then automatic calculation will recalc all other sheets.
To recalc "DontCalc" you have to reset .enablecalculation to True.

Note that .Enablecalculation is not normally saved with the workbook so you
have to set it each time.

You can also use this technique to only calculate the active workbook etc
(see FastExcel V2 user guide).

Charles
______________________
Decision Models
FastExcel Version 2 now available.
www.DecisionModels.com/FxlV2WhatsNew.htm

Arvi Laanemets" wrote in message
...
Hi

You can simply replace all formulas with their values

(PasteSpecial.Values).
Of-course there is no way back later, but it's the only way, I'm afrayd.


--
Arvi Laanemets
(When sending e-mail, use address arvil<Attarkon.ee)



"ianripping " wrote in message
...
I know that you can stop a whole workbook from being automatically
calculated but can it be done for just one sheet?


---
Message posted from http://www.ExcelForum.com/





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
How to stop re-calculating all cells? Eric Excel Discussion (Misc queries) 1 September 29th 07 02:58 PM
Formulas stop calculating brodiemac Excel Discussion (Misc queries) 3 November 7th 06 04:17 PM
Formulas stop calculating slc Excel Worksheet Functions 2 October 9th 06 06:14 AM
Stop calculating on open Daniel Bonallack Excel Worksheet Functions 7 February 19th 06 10:29 PM
stop a formula from re-calculating Becks Excel Discussion (Misc queries) 1 June 15th 05 03:34 PM


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