Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1.14 KB

Excel.PivotCache.RefreshOnFileOpen.md

File metadata and controls

40 lines (24 loc) · 1.14 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
PivotCache.RefreshOnFileOpen property (Excel)
vbaxl10.chm227083
vbaxl10.chm227083
Excel.PivotCache.RefreshOnFileOpen
aed513aa-b752-8b6e-0d6d-6fddab46df18
05/03/2019
medium

PivotCache.RefreshOnFileOpen property (Excel)

True if the PivotTable cache is automatically updated each time the workbook is opened. The default value is False. Read/write Boolean.

Syntax

expression.RefreshOnFileOpen

expression A variable that represents a PivotCache object.

Remarks

Query tables and PivotTable reports are not automatically refreshed when you open the workbook by using the Open method of the Workbooks object in Visual Basic. Use the Refresh method to refresh the data after the workbook is open.

Example

This example causes the PivotTable cache to automatically update each time the workbook is opened.

ActiveWorkbook.PivotCaches(1).RefreshOnFileOpen = True

[!includeSupport and feedback]