Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 999 Bytes

Excel.Application.CalculateBeforeSave.md

File metadata and controls

38 lines (23 loc) · 999 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Application.CalculateBeforeSave property (Excel)
vbaxl10.chm133083
vbaxl10.chm133083
Excel.Application.CalculateBeforeSave
133dbe08-8f41-c07c-8362-48412ed7c086
04/04/2019
medium

Application.CalculateBeforeSave property (Excel)

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.

Syntax

expression.CalculateBeforeSave

expression A variable that represents an Application object.

Example

This example sets Microsoft Excel to calculate workbooks before they're saved to disk.

Application.Calculation = xlManual 
Application.CalculateBeforeSave = True

[!includeSupport and feedback]