Results 1 to 4 of 4

permanently enable iterative calculation option in excel

Threaded View

  1. #1
    Registered User
    Join Date
    08-24-2017
    Location
    DUBAI UAE
    MS-Off Ver
    2021
    Posts
    81

    permanently enable iterative calculation option in excel

    Guys Greetings for the day.

    I have the attached workbook that has a formula that works in interactive calculation and I actually enable the interactive calculation from the excel option, the issue is interactive calculation is not being enabled permanently and I want it to be always on for this workbook. From time to time it got disabled itself.

    my inquiry is if there is a VBA command that insure enabling the interactive calculation every time I open the worksheet in the workbook.

    I'm currently using the following VBA I got from research, but it's not working!

    I hope there is a solution for this matter or a correction of the below VBA that can work perfectly.

    the below VBA is saved on "this workbook" at the VB Project along with other VBA commands and it's being distracted

    the error message is also attached for reference.


    Private Sub Workbook_Open()
    With Application
    .Iteration = True
    .MaxIterations = 1000
    .MaxChange = 0.001
    End With
    ThisWorkbook.PrecisionAsDisplayed = False
    End Sub


    Book1.xlsm
    1212212121.jpg
    Last edited by MAJID1479; 12-28-2022 at 09:55 AM.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Iterative calculation error in excel MacBook
    By Farhasnat in forum Excel General
    Replies: 1
    Last Post: 02-16-2022, 07:25 AM
  2. [SOLVED] Options, formulas, enable iterative calculation, maximum change
    By Babosh in forum Excel General
    Replies: 3
    Last Post: 07-19-2017, 10:19 AM
  3. Can I permanently enable macros in a specific spreadsheet?
    By calvin-c in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 09-17-2013, 09:09 PM
  4. How to permanently enable Data Connection?
    By bamboo84 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 01-11-2013, 05:09 PM
  5. [SOLVED] How to set Automatic calculation permanently in excel work book
    By nur2544 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 11-21-2012, 07:15 AM
  6. Automatically enable iterative calculation
    By deucejmp in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 09-08-2011, 10:48 AM
  7. Replies: 1
    Last Post: 05-19-2006, 01:00 PM

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1