title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
Application.MaxIterations property (Excel) |
vbaxl10.chm133163 |
|
|
83f12597-9186-e415-a22b-9e028bd95169 |
04/05/2019 |
medium |
Returns or sets the maximum number of iterations that Microsoft Excel can use to resolve a circular reference. Read/write Long.
expression.MaxIterations
expression A variable that represents an Application object.
The MaxChange property sets the maximum amount of change between each iteration when Excel is resolving circular references.
This example sets the maximum number of iterations at 1000.
Application.MaxIterations = 1000
[!includeSupport and feedback]