Workbook.SetLinkOnData(String, 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.
Sets the name of a procedure that runs whenever a DDE link is updated.
public void SetLinkOnData (string Name, object Procedure);
abstract member SetLinkOnData : string * obj -> unit
Public Sub SetLinkOnData (Name As String, Optional Procedure As Object)
Parameters
- Name
- String
The name of the DDE/OLE link, as returned from the LinkSources(Object) method.
- Procedure
- 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.