Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 711 Bytes

Excel.Hyperlink.AddToFavorites.md

File metadata and controls

37 lines (22 loc) · 711 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Hyperlink.AddToFavorites method (Excel)
vbaxl10.chm536080
vbaxl10.chm536080
Excel.Hyperlink.AddToFavorites
ac234164-9c20-451d-1146-199e44d07a87
04/26/2019
medium

Hyperlink.AddToFavorites method (Excel)

Adds a shortcut to the workbook or hyperlink to the Favorites folder.

Syntax

expression.AddToFavorites

expression A variable that represents a Hyperlink object.

Example

This example adds a shortcut on the active workbook to the Favorites folder.

ActiveWorkbook.AddToFavorites

[!includeSupport and feedback]