Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / Setup / August 2006

Tip: Looking for answers? Try searching our database.

how can i get MANUAL CALCULATIONS p e r m a n e n t l y

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Chicago man - 29 Aug 2006 02:20 GMT
how can i set up my excel 2003 so that all my calculations are done manually?
when i set it up, it reverts back to automatic when i reboot
Gord Dibben - 29 Aug 2006 03:56 GMT
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>

It may be safest to place some Workbook_Open code in your Personal.xls which
sets the calc mode.

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

Or in a particular workbook you want in manual mode.

Gord Dibben  MS Excel MVP

>how can i set up my excel 2003 so that all my calculations are done manually?
>when i set it up, it reverts back to automatic when i reboot

Gord Dibben  MS Excel MVP

Rate this thread:






 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.