Version Information
Version Added: Excel

Syntax

expression.Connections

expression A variable that represents a Workbook object.

Example

The following exmaple rereshed the OBDC and OLEDB connections of the active workbook.

Visual Basic for Applications
ActiveWorkbook.Connections(1).ODBCConnection.Refresh ActiveWorkbook.Connections(1).OLEDBConnection.Refresh 

See also: