Workbook.ForceFullCalculation Property

Excel Developer Reference

Forces a full calculation of a workbook. Read/write.

Version Information
 Version Added:  Excel 2007

Syntax

expression.ForceFullCalculation

expression   An expression that returns a Workbook object.

Return Value
Boolean

Example
Forces a full calculation of the active workbook.

Visual Basic for Applications
  ActiveWorkbook.ForceFullCalculation

See Also