Iteration Property

Applies To

Application Object.

Description

True if Microsoft Excel will use iteration to resolve circular references. Read-write.

See Also

MaxChange Property, MaxIterations Property.

Example

This example sets the Iteration property to True, so that circular references are resolved by iteration.


Application.Iteration = True