Skip to content

Latest commit

 

History

History
46 lines (26 loc) · 1.03 KB

PowerPoint.Presentation.AddToFavorites.md

File metadata and controls

46 lines (26 loc) · 1.03 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Presentation.AddToFavorites method (PowerPoint)
vbapp10.chm583031
vbapp10.chm583031
PowerPoint.Presentation.AddToFavorites
5bdef3c1-fef2-a90b-d2be-f244e3ff1a64
06/08/2017
medium

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

[!includeSupport and feedback]