Share via


Workbook.RefreshAll Method (Excel)

Refreshes all external data ranges and PivotTable reports in the specified workbook.

Syntax

.RefreshAll

A variable that represents a Workbook object.

Remarks

Objects that have the BackgroundQuery property set to True are refreshed in the background.

Example

This example refreshes all external data ranges and PivotTable reports in the third workbook.

Workbooks(3).RefreshAll

참고 항목

개념

Workbook Object Members

Workbook Object