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

Presentation Object

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.