Share via


Presentation.AddToFavorites Method (PowerPoint)

Adds a shortcut that represents the current selection in the specified presentation to the Windows Favorites folder.

Syntax

expression .AddToFavorites

expression A variable that represents a Presentation object.

Remarks

The shortcut name is the display name of the document, if that's available; otherwise, the shortcut name is as calculated in HLINK.DLL.

Example

This example adds a hyperlink to the active presentation to the Favorites folder in the Windows program folder.

Application.ActivePresentation.AddToFavorites

See Also

Concepts

Presentation Object Members

Presentation Object