True if Microsoft Excel uses iteration to resolve circular references. Read/write Boolean.
Syntax
expression.Iteration
expression A variable that represents an Application object.
Example
The following example sets the Iteration property to True so that circular references are resolved by iteration.
Application.Iteration = True