_Workbook.UpdateLink(Object, Object) Method

Definition

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.

Applies to