Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 706 Bytes

Excel.Workbook.AddToFavorites.md

File metadata and controls

37 lines (22 loc) · 706 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Workbook.AddToFavorites method (Excel)
vbaxl10.chm199183
vbaxl10.chm199183
Excel.Workbook.AddToFavorites
14e1cd5a-41be-fc9a-61fa-df87698110e8
05/25/2019
medium

Workbook.AddToFavorites method (Excel)

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

Syntax

expression.AddToFavorites

expression A variable that represents a Workbook object.

Example

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

ActiveWorkbook.AddToFavorites

[!includeSupport and feedback]