Syntax

expression.MaxChange

expression A variable that represents an Application object.

Remarks

The property sets the maximum number of iterations that Microsoft Excel can use when resolving circular references.

Example

This example sets the maximum amount of change for each iteration to 0.1.

Visual Basic for Applications
Application.MaxChange = 0.1
Find out the setting for maximum change on iterations? max change Max Change Property MaxChange MaxChange Property Set the maximum amount of change between iterations to resolve circular references?

See also: