Printer Friendly Version      Send     
Click to Rate and Give Feedback
MSDN
MSDN Library
Office Development
Microsoft Office XP
Office XP
Methods
S
 SetLinkOnData Method
 
SetLinkOnData Method

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

expression.SetLinkOnData(Name, Procedure)

expression   Required. An expression that returns a Workbook object.

Name   Required String. The name of the DDE/OLE link, as returned from the LinkSources method.

Procedure   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.

Example

This example sets the name of the procedure that runs whenever the DDE link is updated.

ActiveWorkbook.SetLinkOnData _
    "WinWord|'C:\MSGFILE.DOC'!DDE_LINK1", _
    "my_Link_Update_Macro"
© 2008 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker