MaxChange Property

Applies To

Application Object.

Description

Returns or sets the maximum amount of change that is used in each iteration as Microsoft Excel tries to resolve circular references. Read-write.

Remarks

The MaxIterations property sets the maximum number of iterations used when resolving circular references.

See Also

Iteration Property, MaxIterations Property.

Example

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


Application.MaxChange = 0.1