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
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.