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.