+ Reply to Thread
Results 1 to 4 of 4

Automatic Calculation Keeps Changing To Manual

  1. #1
    Valued Forum Contributor
    Join Date
    11-15-2007
    Location
    England
    MS-Off Ver
    Office Pro 2003 / 2010
    Posts
    423

    Automatic Calculation Keeps Changing To Manual

    Hi,

    I always have Calculation set to Automatic in Excel. But I have opened up this morning and Book1 opens on start up and the calculation is set to Manual I set it to Automatic and close down reopen and it's back to manual again. Save Book1 with Automatic set close and close down and when I reopen it's back to manual.

    Any ideas how I can get it back to Automatic on start up?

  2. #2
    Valued Forum Contributor
    Join Date
    03-29-2013
    Location
    United Kingdom
    MS-Off Ver
    Office/Excel 2013
    Posts
    1,749

    Re: Automatic Calculation Keeps Changing To Manual

    Quickest, easiest (and laziest way)
    In a code module

    Please Login or Register  to view this content.
    If it's still switching (which it may) you need to search for the vba code which switches it to manual
    1. Switch to VBEIDE (VBA editor)
    2. Select a module
    3. CTRL-F......................(find)
    4. Application.Calculation
    5. Select "Entire Project"

    ......... Step through each instance looking for the key word manual... Where you find one - ensure it has Application.Calculation = xlAutomatic somewhere near the End Sub.
    Elegant Simplicity............. Not Always

  3. #3
    Valued Forum Contributor
    Join Date
    11-15-2007
    Location
    England
    MS-Off Ver
    Office Pro 2003 / 2010
    Posts
    423

    Re: Automatic Calculation Keeps Changing To Manual

    Code worked a dream many thanks!

  4. #4
    Valued Forum Contributor
    Join Date
    03-29-2013
    Location
    United Kingdom
    MS-Off Ver
    Office/Excel 2013
    Posts
    1,749

    Re: Automatic Calculation Keeps Changing To Manual

    Glad to help

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1