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

excel automatic calculation

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

EXCEL AUTOMATIC CALCULATION

ResolvedVersion 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

Excel tip:

Copying Formulae Quickly

There is a quicker way of copying a formula down a column.

Just point and double click on the black autofill handle in the right hand corner of a cell.

This will work providing you have some data in the column to the left of the column.

Sandy

View all Excel hints and tips

Connect with us:

0207 987 3777

Call for assistance

Request Callback

We will call you back

Server loaded in 0.08 secs.