OLEObject.Update method (Excel)

Updates the link.

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.

Worksheets("Sheet1").OLEObjects(1).Update

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.