Workbook.OpenLinks Method
Excel Developer Reference |
Opens the supporting documents for a link or links.
Syntax
expression.OpenLinks(Name, ReadOnly, Type)
expression A variable that represents a Workbook object.
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
Name | Required | String | The name of the Microsoft Excel or DDE/OLE link, as returned from the LinkSources method. |
ReadOnly | Optional | Variant | True to open documents as read-only. The default value is False. |
Type | Optional | Variant | One of the constants of XlLink that specifies the link type. |
Example
This example opens OLE link one in the active workbook.
Visual Basic for Applications |
---|
|
This example opens all supporting Microsoft Excel documents for the active workbook.
Visual Basic for Applications |
---|
|
See Also