Version Information
Version Added: Excel

Syntax

expression.ConnectionsDisabled

expression A variable that represents a Workbook object.

Return Value
Boolean

Example
Disables the external link when the workbook is opened.

Visual Basic for Applications
Private Sub Workbook_Open() ThisWorkbook.ConnectionsDisabled End Sub