Results 1 to 5 of 5

Thread: Excel 2003 calculation automatic loss option

  1. #1
    Join Date
    Nov 2008
    Posts
    1,022

    Excel 2003 calculation automatic loss option

    Hello everyone,

    I lose a random option on my automatic posts in Excel 2003. I tried to insert a macro in the Open personal.xls but without success, and as I am novice in VBA ...

    Someone there had this problem?

  2. #2
    Join Date
    May 2008
    Posts
    271

    Re: Excel 2003 calculation automatic loss option

    Can you be a little more explicit? Not obvious to help solve this problem with so little information ...

  3. #3
    Join Date
    May 2008
    Posts
    3,971

    Re: Excel 2003 calculation automatic loss option

    Is not the code that you inserted in your procedure that is involved:

    To switch to manual calculation

    With Application
    .Calculation = xlManual

    to return to automatic calculation (eg end of treatment)

    With Application
    .Calculation = xlAutomatic

  4. #4
    Join Date
    Nov 2008
    Posts
    1,022

    Re: Excel 2003 calculation automatic loss option

    Hello and thank you for your response!

    That's what happens:
    In Excel 2003, I validate that the option "Automatic calculation". I open a file xl. I control the method of calculation (tools/options/calculation ...) if the manual mode is activated, I validate the automatic mode. I'm, I close excel, I re-open Excel and then the same file ... and it is in manual calculation mode or "on order" enabled! This occurs regardless of the files but only in Excel 2003.

    hoping to have been more clear ...

  5. #5
    Join Date
    May 2008
    Posts
    3,971

    Re: Excel 2003 calculation automatic loss option

    In Options >> Calculation: Iteration mode is checked? If so uncheck it.

Similar Threads

  1. Calculation Repeatability & Reproducibility on Microsoft Excel
    By Ella Mentry in forum MS Office Support
    Replies: 2
    Last Post: 09-02-2012, 06:35 PM
  2. calculation of date, month and year using excel
    By Edgar-Arular in forum Windows Software
    Replies: 4
    Last Post: 06-04-2011, 04:26 PM
  3. Calculation of business hours in Excel
    By Jayden in forum Windows Software
    Replies: 3
    Last Post: 29-07-2009, 08:15 AM
  4. 2003 excel calculation error
    By titanpro in forum Windows Software
    Replies: 2
    Last Post: 20-07-2009, 07:01 PM
  5. Excel loses "Automatic calculation" option
    By MarceloQuad in forum MS Office Support
    Replies: 2
    Last Post: 09-12-2008, 10:33 AM

Tags for this Thread

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
  •  
Page generated in 1,713,406,429.05558 seconds with 17 queries