Iteration Property

Applies To

Application object.

Description

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

See Also

MaxChange property, MaxIterations property.

Example

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

Application.Iteration = True