LinkFormat Object

Excel Developer Reference

Contains linked OLE object properties.

Remarks

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

Example

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

Visual Basic for Applications
  Worksheets(1).Shapes(1).LinkFormat.Update

See Also