Syntax

expression.Update

expression A variable that represents an OLEObject object.

Return Value
Variant

Example

This example updates the link to OLE object one on Sheet1.

Visual Basic for Applications
Worksheets("Sheet1").OLEObjects(1).Update

See also: