Expand Minimize
This topic has not yet been rated - Rate this topic

Application.Iteration Property (Excel)

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

expression .Iteration

expression A variable that represents an Application object.

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

Application.Iteration = True
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.