PC Review


Reply
Thread Tools Rate Thread

Auto/Manual Calculation

 
 
Muffin Man
Guest
Posts: n/a
 
      17th Dec 2007
I have made some changes to a program recently. Nothing that I haven't done
in the last 7 years. I am using formulas that are linked to another
worksheet in the same workbook, or a worksheet in a separate workbook. As I
said, I have done this many times in the past. However, recently, and
seemingly indescriminantly,the calculations mode for some of my worksheets
will toggle to manual mode. I NEVER use Manual calculations and NEVER go
into the options tab where the Manual/Auto options are. The only thing I
have done a little different in the past is to group my worksheets together
to print all at once. But i do not change my calcualtion mode to Manual.
Thanks in advance for the help. I am going nuts trying to fuigure it out.
 
Reply With Quote
 
 
 
 
Gord Dibben
Guest
Posts: n/a
 
      17th Dec 2007
Common problem......not yet fixed in 2007 version.

Tools>Options>Calculation can be Auto or Manual.

Excel takes the Calculation mode each session from the settings on the first
workbook opened in that session.

i.e. If you saved Book1 with calc mode in manual and opened it first, calc
mode would be in Manual.

If you saved Book2 with calc mode in auto and opened it after Book1, Book2
would be in manual mode(Excel ignores the auto calc mode in this case).

If you close Book1 before opening Book2, Book2 will be in auto calc mode.

Confusing enough? <g>

If you want a particular workbook to always open in AutoCalc mode you can use
code to set it to auto whenever you open the workbook.

Private Sub Workbook_Open()
Application.Calculation = xlAutomatic
End Sub

Right-click on the Excel Icon left of "File" and select "View Code"

Paste the above into that module and save the workbook.


Gord Dibben MS Excel MVP

On Mon, 17 Dec 2007 10:22:02 -0800, Muffin Man <Muffin
(E-Mail Removed)> wrote:

>I have made some changes to a program recently. Nothing that I haven't done
>in the last 7 years. I am using formulas that are linked to another
>worksheet in the same workbook, or a worksheet in a separate workbook. As I
>said, I have done this many times in the past. However, recently, and
>seemingly indescriminantly,the calculations mode for some of my worksheets
>will toggle to manual mode. I NEVER use Manual calculations and NEVER go
>into the options tab where the Manual/Auto options are. The only thing I
>have done a little different in the past is to group my worksheets together
>to print all at once. But i do not change my calcualtion mode to Manual.
>Thanks in advance for the help. I am going nuts trying to fuigure it out.


 
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
manual/auto calculation toggle button scott Microsoft Excel Programming 1 4th Dec 2007 04:56 PM
Auto/Manual Calculation using *.slk files Jim Microsoft Excel New Users 0 7th Nov 2007 09:23 PM
default manual calculation instead of auto in options excel 2003 =?Utf-8?B?TG9zdCBpbiBFeGNlbA==?= Microsoft Excel Misc 1 9th Oct 2005 06:55 PM
Excel Opens with Manual Calculation option on instead of Auto =?Utf-8?B?cmljaDMyODIy?= Microsoft Excel Programming 1 18th Feb 2005 09:01 AM
Can i make some worksheets auto and others manual calculation scott23 Microsoft Excel Worksheet Functions 2 9th Mar 2004 07:37 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:53 PM.