Share via

The Calculation Option keeps switching from Auto to Manual

Anonymous
2023-12-01T13:58:09+00:00

My calculation option switches by its own to manual randomly. This causes dangerous results if a worker is going fast and takes for granted that excell is calculating when is not.

I found a thread like this since 2013 but without a clear answer. After10 years is there a solution? Or do I need to check every time and then go to the ribbon and change it manually each random time.

Microsoft 365 and Office | Excel | For business | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

6 answers

Sort by: Most helpful
  1. Rory Archibald 18,885 Reputation points Volunteer Moderator
    2023-12-01T18:27:06+00:00

    The calculation settings are set by the first workbook that is opened in an Excel session (assuming nothing else changes them afterwards). So if the first workbook you open was saved with manual calculation, that is what your session is set to until you change it.

    8 people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2023-12-01T16:59:37+00:00

    Sorry I can't because they are file from the company. But I checked if there was that line and I didn't find it.

    The problem is not one file in particular it happens with files with and without macros.

    I taught the problem was with macro files only but is not exclusively.

    1 person found this answer helpful.
    0 comments No comments
  3. Anonymous
    2023-12-01T16:03:55+00:00

    Could you share us your file? Then we may help you correct the macro。

    Check if your macro has this line. You may remove it directly.

    ================================

    Application.Calculation = xlManual
    

    ================================

    1 person found this answer helpful.
    0 comments No comments
  4. Anonymous
    2023-12-01T15:54:40+00:00

    Yes I bet is the macro, but I need to activate them to do the calcs, so disable them is not an option for me because I will just transfer my problem to something else and at the end would be the same. I would have to click each time to activate the macro to modify my file and is time wasted and will be the same time wasted to check if the calcul option is set to manual or automatic at every time I open the file.

    0 comments No comments
  5. Anonymous
    2023-12-01T14:25:05+00:00

    One possible solution is to check if there are any add-ins or macros that may be causing the calculation option to switch to manual. You can try disabling any add-ins or macros and see if the issue persists.

    Does issue happen on all the file or special file?

    0 comments No comments