title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
QueryTable.FillAdjacentFormulas property (Excel) |
vbaxl10.chm518076 |
|
|
513a9218-a0b9-2bf6-ebac-1d9e7bb594df |
05/03/2019 |
medium |
True if formulas to the right of the specified query table are automatically updated whenever the query table is refreshed. Read/write Boolean.
expression.FillAdjacentFormulas
expression A variable that represents a QueryTable object.
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.
The FillAdjacentFormulas property applies only to QueryTable objects.
This example sets query table one so that formulas to the right of it are automatically updated whenever the query table is refreshed.
Sheets("sheet1").QueryTables(1).FillAdjacentFormulas = True
[!includeSupport and feedback]