QueryTable.FillAdjacentFormulas Property
True if formulas to the right of the specified query table are automatically updated whenever the query table is refreshed. Read/write Boolean.
Syntax
expression.FillAdjacentFormulas
expression A variable that represents a QueryTable object.
Example
This example sets query table one so that formulas to the right of it are automatically updated whenever the query table is refreshed.
| Visual Basic for Applications |
|---|
|