_Document.AddToFavorites Method
Creates a shortcut to the document or hyperlink and adds it to the Favorites folder.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Sub AddToFavorites
'Usage
Dim instance As _Document
instance.AddToFavorites()
void AddToFavorites()