MaxChange Property [Excel 2003 VBA Language Reference]

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

Remarks

The MaxIterations property sets the maximum number of iterations that Microsoft 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

Applies to | Application Object

See Also | Iteration Property | MaxIterations Property