QueryTable.Connection Property
Returns or sets a string that contains one of the following: OLE DB settings that enable Microsoft Excel to connect to an OLE DB data source; ODBC settings that enable Microsoft Excel to connect to an ODBC data source; a URL that enables Microsoft Excel to connect to a Web data source; the path to and file name of a text file, or the path to and file name of a file that specifies a database or Web query. Read/write Variant.
Syntax
expression.Connection
expression An expression that returns a QueryTable object.
Remarks
Setting the Connection property doesn't immediately initiate the connection to the data source. You must use the Refresh method to make the connection and retrieve the data.
For more information about the connection string syntax, see the Add method of the QueryTables collection.
Alternatively, you may choose to access a data source directly by using the Microsoft ActiveX Data Objects (ADO) library instead.
Example
This example supplies new ODBC connection information for the first query table on the first worksheet.
| Visual Basic for Applications |
|---|
|
This example specifies a text file.
| Visual Basic for Applications |
|---|
|