Document.UpdateOLEObjects method (Publisher)
Updates linked and embedded OLE objects.
Syntax
expression.UpdateOLEObjects
expression A variable that represents a Document object.
Example
This example updates all OLE objects in the active publication.
Sub SearchAndUpdateOLEObjects()
ActiveDocument.UpdateOLEObjects
End Sub
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.