title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
Application.CalculateBeforeSave property (Excel) |
vbaxl10.chm133083 |
|
|
133dbe08-8f41-c07c-8362-48412ed7c086 |
04/04/2019 |
medium |
True if workbooks are calculated before they're saved to disk (if the Calculation property is set to xlManual). This property is preserved even if you change the Calculation property. Read/write Boolean.
expression.CalculateBeforeSave
expression A variable that represents an Application object.
This example sets Microsoft Excel to calculate workbooks before they're saved to disk.
Application.Calculation = xlManual
Application.CalculateBeforeSave = True
[!includeSupport and feedback]