ListObject.QueryTable Property
Excel Developer Reference |
Returns the QueryTable object that provides a link for the ListObject object to the list server. Read-only.
Syntax
expression.QueryTable
expression A variable that represents a ListObject object.
Example
The following example creates a connection to a SharePoint site and publishes the ListObject object named List1
to the server. A reference to the QueryTable object for the list object is created and the MaintainConnection property of the QueryTable object is set to True so that the connection to the SharePoint site is maintained between trips to the server.
Visual Basic for Applications |
---|
|
See Also