Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 31
Default my Autocalc does not always work (Mirco 2003) I have to retype for

I have to retype formula to make calculations

This is not an everyday problem

I have to double guess answers and then recheck
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default my Autocalc does not always work (Mirco 2003) I have to retype for

Common problem......not yet fixed in 2007 version.

ToolsOptionsCalculation 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 Wed, 22 Aug 2007 08:40:02 -0700, Johnboy
wrote:

I have to retype formula to make calculations

This is not an everyday problem

I have to double guess answers and then recheck


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 31
Default my Autocalc does not always work (Mirco 2003) I have to retype for

Gord

Many thanks for your response. I will use your tip on return to my workdesk

Thanks

"Johnboy" wrote:

I have to retype formula to make calculations

This is not an everyday problem

I have to double guess answers and then recheck

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 31
Default my Autocalc does not always work (Mirco 2003) I have to retype for

I may have relied before

Gord

Many Thanks for your advice. I will use tomorrow at work

Thanks

"Johnboy" wrote:

I have to retype formula to make calculations

This is not an everyday problem

I have to double guess answers and then recheck

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
Links not updating - autocalc is on M Scott Excel Discussion (Misc queries) 4 December 20th 06 06:18 PM
MS excel incorrect autocalc? MiniReefKeeper Excel Worksheet Functions 4 July 4th 06 02:13 PM
autocalc to complicated to turn off lasse Setting up and Configuration of Excel 2 January 10th 06 12:31 AM
Correct formulas in cells, have to retype to work budsb1 Excel Discussion (Misc queries) 3 March 5th 05 11:45 AM
links not updating although autocalc is On? Hoochi Coochi Man Excel Discussion (Misc queries) 3 January 14th 05 12:04 AM


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

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"