Description
Refreshes the data in a data range returned by Microsoft Query.
This function is contained in the Microsoft Query add-in. Before you use the function, you must establish a reference to the add-in using the References command (Tools menu).
Syntax
QueryRefresh(ref)
ref
Optional. A single cell, as a Range object, that is inside a data range. If ref is not in a data range then the function returns the #REF! error value.
See Also
QueryGetData Function, QueryGetDataDialog Function.