Syntax

expression.LinkFormat

expression A variable that represents a Shape object.

Example

This example updates all linked OLE objects on worksheet one.

Visual Basic for Applications
For Each s In Worksheets(1).Shapes If s.Type = msoLinkedOLEObject Then s.LinkFormat.Update Next
link link format Link Format Property LinkFormat linkformat property

See also: