Skip to main content

Application.MaxIterations property

Table of contents
  1. Syntax
  2. Remarks
  3. Example

Returns or sets the maximum number of iterations that Microsoft Excel can use to resolve a circular reference. Read/write Long.

Syntax

expression.MaxIterations

expression A variable that represents an Application object.

Remarks

The MaxChange property sets the maximum amount of change between each iteration when Excel is resolving circular references.

Example

This example sets the maximum number of iterations at 1000.

Application.MaxIterations = 1000

Leave a comment

Your email address will not be published. Required fields are marked *

Format your code: <pre><code class="language-vba">place your code here</code></pre>