Nóta
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað aðskrá þig inn eða breyta skráasöfnum.
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað að breyta skráasöfnum.
Returns or sets the maximum amount of change between each iteration as Microsoft Excel resolves circular references. Read/write Double.
Syntax
expression.MaxChange
expression A variable that represents an Application object.
Remarks
The MaxIterations property sets the maximum number of iterations that Excel can use when resolving circular references.
Example
This example sets the maximum amount of change for each iteration to 0.1.
Application.MaxChange = 0.1
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.