Share via


Workbook.SetLinkOnData Method

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

Namespace:  Microsoft.Office.Tools.Excel
Assembly:  Microsoft.Office.Tools.Excel (in Microsoft.Office.Tools.Excel.dll)

Syntax

'Declaration
Sub SetLinkOnData ( _
    Name As String, _
    Procedure As Object _
)
void SetLinkOnData(
    string Name,
    Object Procedure
)

Parameters

  • Procedure
    Type: System.Object
    The name of the procedure to be run when the link is updated. This can be either a Microsoft Office 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.

Remarks

Optional Parameters

For information on optional parameters, see Optional Parameters in Office Solutions.

.NET Framework Security

See Also

Reference

Workbook Interface

Microsoft.Office.Tools.Excel Namespace