#1   Report Post  
Posted to microsoft.public.excel.misc
nc nc is offline
external usenet poster
 
Posts: 119
Default Calculation

Is there a way I can set the "Calculation" to manual for only specified
workbook?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default Calculation

Yes, you can use a Workbook Open Event macro.
--
Gary''s Student
gsnu200710


"nc" wrote:

Is there a way I can set the "Calculation" to manual for only specified
workbook?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 968
Default Calculation

This may not be simple if you ever have more than 1 workbook open at a time.

Calculation mode is an Excel Application level property so its always the
same for all the currently opened workbooks: you cannot easily Mix
calculation modes for open workbooks.

The current application setting is stored in a workbook when it is saved.

Excel sets Calculation mode from the first workbook opened: if you open a
workbook that was saved in automatic mode and then another workbook that was
saved in manual mode both workbooks will be in automatic mode.

If you use the Workbook_Open or Auto-Open events to change calculation mode
this will not neccessarily prevent an initial calculation when the workbook
is opened because the calculation is done before the Open event is fired.


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

"nc" wrote in message
...
Is there a way I can set the "Calculation" to manual for only specified
workbook?



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
calculation behillj Excel Discussion (Misc queries) 2 June 14th 06 12:35 AM
Once only calculation - help please rhay999 Excel Discussion (Misc queries) 8 October 19th 05 02:22 PM
How do I use a rounded calculation result in another calculation? vnsrod2000 Excel Worksheet Functions 1 January 26th 05 10:11 PM
How do I use a rounded calculation result in another calculation? vnsrod2000 Excel Worksheet Functions 1 January 26th 05 09:36 PM
Calculation Mike Excel Worksheet Functions 2 January 10th 05 07:57 PM


All times are GMT +1. The time now is 05:42 AM.

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"