_Workbook.EnableConnections Method
The EnableConnections() method allows developers to programmatically enable data connections within the workbook for the user.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Sub EnableConnections
'Usage
Dim instance As _Workbook
instance.EnableConnections()
void EnableConnections()