_Workbook.SetLinkOnData(String, Object) Method

Definition

Sets the name of a procedure that runs whenever a DDE link is updated.

public void SetLinkOnData (string Name, object Procedure);
Public Sub SetLinkOnData (Name As String, Optional Procedure As Object)

Parameters

Name
String

Required String. The name of the DDE/OLE link as returned from the LinkSources(Object) method.

Procedure
Object

Required String. The name of the procedure to be run when the link is updated. This can be either a Microsoft Excel 4.0 macro or a Visual Basic procedure. Set this argument to an empty string ("") to indicate that no procedure should run when the link is updated.

Applies to