Version Information
Version Added: Excel

Syntax

expression.Connection

expression A variable that represents an ODBCConnection object.

Remarks

Setting the Connection property does not immediately initiate the connection to the data source. You must use the method to make the connection and retrieve the data.

See also: