Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 708 Bytes

Excel.OLEDBConnection.Reconnect.md

File metadata and controls

37 lines (22 loc) · 708 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
OLEDBConnection.Reconnect method (Excel)
vbaxl10.chm794105
vbaxl10.chm794105
Excel.OLEDBConnection.Reconnect
94f862a0-a42e-bd80-3e1c-9adc52414bfe
05/02/2019
medium

OLEDBConnection.Reconnect method (Excel)

Drops and then reconnects the specified connection.

Syntax

expression.Reconnect

expression A variable that represents an OLEDBConnection object.

Example

The following code example causes the specified connection to reconnect.

ThisWorkbook.Connections(1).Reconnect

[!includeSupport and feedback]