Skip to main content

Application.MaxChange property

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

Returns or sets the maximum amount of change between each iteration as Microsoft Excel resolves circular references. Read/write Double.

Syntax

expression.MaxChange

expression A variable that represents an Application object.

Remarks

The MaxIterations property sets the maximum number of iterations that Excel can use when resolving circular references.

Example

This example sets the maximum amount of change for each iteration to 0.1.

Application.MaxChange = 0.1

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>