enable iterative calculation excel 2016 untick itself

handri

Board Regular
Joined
Nov 25, 2017
Messages
88
Office Version
  1. 365
  2. 2021
Platform
  1. Windows
How do i rid this setting in Excel options (formula). Seemed sometimes this box was untick by itself.
And cause error of "these are one or more circular references.." appeared when opening my workbook. Is this anyway to fix this by VBA or any method. I don't need to adjust the tick box every times a when message box appeared.

In the meantime, thank you so much for your attention and participation.
 

Excel Facts

What is the last column in Excel?
Excel columns run from A to Z, AA to AZ, AAA to XFD. The last column is XFD.
Fixed. by adding this VBA code in workbook.
Code:
[COLOR=#2A2A2A][FONT=&quot]Private Sub Workbook_Open()[/FONT][/COLOR][COLOR=#2A2A2A][FONT=&quot]    Application.Iteration = True   [/FONT][/COLOR]
[COLOR=#2A2A2A][FONT=&quot]End Sub[/FONT][/COLOR]
 
Upvote 0

Forum statistics

Threads
1,216,743
Messages
6,132,457
Members
449,729
Latest member
davelevnt

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top