Application.ObjectLinks Method
Project Developer Reference |
Displays the Links dialog box, which prompts the user to edit OLE links in the active project.
Syntax
expression.ObjectLinks
expression A variable that represents an Application object.
Return Value
Boolean
Remarks
The ObjectLinks method has the same effect as the Links command on the Edit menu.
To create an OLE link, use the EditPasteSpecial method.
See Also