_Application.CalculateFullRebuild Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
For all open workbooks, forces a full calculation of the data and rebuilds the dependencies.
public:
void CalculateFullRebuild();
public void CalculateFullRebuild ();
Public Sub 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.