Version Information
Version Added: Excel

Syntax

expression.IsConnected

expression A variable that represents an OLEDBConnection object.

Remarks

The IsConnected property does not check to see if the connection is connected. Even if this property returns True, sending commands to the provider could result in an error if the connection is no longer valid.

See also: