Applies To
Application Object.
Description
Returns or sets the maximum number of iterations that will be allowed to resolve a circular reference. Read-write.
Remarks
The MaxChange property sets the maximum amount of change used in each iteration when resolving circular references.
See Also
Iteration Property, MaxChange Property.
Example
This example sets the maximum number of iterations to 1000.
Application.MaxIterations = 1000