excel automatic calculation

Public Schedule Face-to-Face & Online Instructor-Led Training - View dates & book

Forum home » Delegate support and help forum » Microsoft Excel Training and help » EXCEL AUTOMATIC CALCULATION

EXCEL AUTOMATIC CALCULATION

resolvedResolved · Medium Priority · Version 2003

Eric has attended:
Excel Advanced course
Excel VBA Intro Intermediate course

EXCEL AUTOMATIC CALCULATION

Hello,

Thanks in advance for your time.
I do know how to change automatice to manual and vice versa.
But, excel seems to always use "automatic calculation " as a default. I open a new session and it's automatic.
Is there a way to have manual as a default ?

Best regards

Eric

RE: EXCEL AUTOMATIC CALCULATION

Hi Eric,

Thank you for your question.

Open the Visual Basic window and create a new module in the Personal.xls Project.

Create a new macro by typing the following:
---------------------------------------------------
Sub AutoExec()

Application.Calculation = xlManual

End Sub
--------------------------------------------------
Any macro named AutoExec will run automatically when Excel starts.

I hope this answers your question.

Regards

Simon

 

Training courses

 

Training information:

See also:

Welcome. Please choose your application (eg. Excel) and then post your question.

Our Microsoft Qualified trainers will then respond within 24 hours (working days).

Frequently Asked Questions
What does 'Resolved' mean?

Any suggestions, questions or comments? Please post in the Improve the forum thread.


 

Excel tip:

Switching Between Spreadsheets

As the Alt+Tab key switches between loaded applications or files, Ctrl+Tab switches between loaded or open Excel files. Hold down the Ctrl key until you have tabbed to the correct spreadsheet.

View all Excel hints and tips


Server loaded in 0.09 secs.