Skip to main content

Application.Iteration property

Table of contents
  1. Syntax
  2. Example

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

Leave a comment

Your email address will not be published. Required fields are marked *

Format your code: <pre><code class="language-vba">place your code here</code></pre>