LinkFormat Object [Excel 2003 VBA Language Reference]

Shape
LinkFormat

Contains linked OLE object properties.

Using the LinkFormat Object

Use the LinkFormat property to return the LinkFormat object. The following example updates an OLE object in the Shapes collection.

Worksheets(1).Shapes(1).LinkFormat.Update

If the Shape object doesn't represent a linked object, the LinkFormat property fails.

Properties | Application Property | AutoUpdate Property | Creator Property | Locked Property | Parent Property

Methods | Update Method

Parent Objects | Shape Object

Child Objects