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 method in Visual Basic. Use the 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.

Visual Basic for Applications
ActiveWorkbook.PivotCaches(1).RefreshOnFileOpen = True

See also: