UpdateLinks Method

Microsoft PowerPoint Visual Basic

Updates linked OLE objects in the specified presentation.

expression.UpdateLinks

expression    Required. An expression that returns a Presentation object.

Example

This example updates all OLE links in the active presentation.

ActivePresentation.UpdateLinks