Workbook.EnableConnections Method
Excel Developer Reference |
The EnableConnections method allows developers to programmatically enable data connections within the workbook for the user.
Version Information
Version Added: Excel 2007
Syntax
expression.EnableConnections
expression A variable that represents a Workbook object.
See Also