Share via


Workbook.ConnectionsDisabled Property (Excel)

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

Version Information

추가된 버전: Excel 2007

Syntax

.ConnectionsDisabled

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

참고 항목

개념

Workbook Object Members

Workbook Object