98.7% Of all customers recommend us, we're so confident about our results we publish all reviews and stats
View Live Stats View ReviewsForum home » Delegate support and help forum » Microsoft Excel Training and help » EXCEL AUTOMATIC CALCULATION
EXCEL AUTOMATIC CALCULATION
Resolved · 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 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
Any suggestions, questions or comments? Please post in the Improve the forum thread. |
Excel tip:Switching Between SpreadsheetsAs 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. |