ODBCConnection.Connection Property (Excel)

Returns or sets a string that contains ODBC settings that enable Microsoft Excel to connect to an ODBC data source. Read/write Variant.

Version Information

Version Added: Excel 2007

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 Refresh method to make the connection and retrieve the data.

See Also

Concepts

ODBCConnection Object

ODBCConnection Object Members