title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
QueryTable.EnableRefresh property (Excel) |
vbaxl10.chm518084 |
|
|
79a0b628-b90d-1795-830f-e05bc6043517 |
05/03/2019 |
medium |
True if the PivotTable cache or query table can be refreshed by the user. The default value is True. Read/write Boolean.
expression.EnableRefresh
expression A variable that represents a QueryTable object.
The RefreshOnFileOpen property is ignored if the EnableRefresh property is set to False.
For OLAP data sources, setting this property to False disables updates.
If you import data by using the user interface, data from a web query or a text query is imported as a QueryTable object, while all other external data is imported as a ListObject object.
If you import data by using the object model, data from a web query or a text query must be imported as a QueryTable, while all other external data can be imported as either a ListObject or a QueryTable.
Use the QueryTable property of the ListObject to access the EnableRefresh property.
[!includeSupport and feedback]