Share via


Presentation.UpdateLinks Method

PowerPoint Developer Reference

Updates linked OLE objects in the specified presentation.

Syntax

expression.UpdateLinks

expression   A variable that represents an Presentation object.

Example

This example updates all OLE links in the active presentation.

Visual Basic for Applications
  ActivePresentation.UpdateLinks

See Also