_Workbook.UpdateLink(Object, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Updates a Microsoft Excel, DDE, or OLE link (or links).
public void UpdateLink (object Name, object Type);
Public Sub UpdateLink (Optional Name As Object, Optional Type As Object)
Parameters
- Name
- Object
Optional Object. The name of the Microsoft Excel or DDE/OLE link to be updated, as returned from the LinkSources(Object) method.
- Type
- Object
Optional XlLinkType.
Remarks
When the UpdateLink method is called without any parameters, Excel defaults to updating all worksheet links.