Share via


_Application.CalculateFullRebuild Method

For all open workbooks, forces a full calculation of the data and rebuilds the dependencies.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Sub CalculateFullRebuild
'Usage
Dim instance As _Application

instance.CalculateFullRebuild()
void CalculateFullRebuild()

Remarks

Dependencies are the formulas that depend on other cells. For example, the formula "=A1" depends on cell A1. The CalculateFullRebuild method is similar to re-entering all formulas.

See Also

Reference

_Application Interface

_Application Members

Microsoft.Office.Interop.Excel Namespace