Application.WebAddToFavorites method (Project)

Adds a link to the current document or selection to the Favorites folder for the user.

Syntax

expression. WebAddToFavorites( _CurrentLink_ )

expression A variable that represents an Application object.

Parameters

Name Required/Optional Data type Description
CurrentLink Optional Boolean True if a link will be added to the current selection. False if a link will be added to the current document. The default value is False.

Return value

Boolean

Remarks

The Favorites folder is typically C:\Users\UserAlias\Favorites. For a project file named Basic.mpp that is saved in the E:\Project\VBA folder, WebAddToFavorites adds a link named Basic that has the following URL: file:///E:/Project/VBA/Samples/Basic.mpp

The WebAddToFavorites method is unavailable if the file has never been saved.

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.