Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 783 Bytes

Excel.Workbook.ConnectionsDisabled.md

File metadata and controls

44 lines (26 loc) · 783 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Workbook.ConnectionsDisabled property (Excel)
vbaxl10.chm199257
vbaxl10.chm199257
Excel.Workbook.ConnectionsDisabled
afd53cc5-12d8-4b22-3186-1359c14f662e
05/29/2019
medium

Workbook.ConnectionsDisabled property (Excel)

Disables the external connections or links in the workbook. Read-only.

Syntax

expression.ConnectionsDisabled

expression A variable that represents a Workbook object.

Return value

Boolean

Example

Disables the external link when the workbook is opened.

Private Sub Workbook_Open() 
 ThisWorkbook.ConnectionsDisabled 
End Sub

[!includeSupport and feedback]