Endnote Object
Word Developer Reference |
Represents an endnote. The Endnote object is a member of the Endnotes collection, which represents the endnotes in a selection, range, or document.
Remarks
Use Endnotes(Index), where Index is the index number, to return a single Endnote object. The index number represents the position of the endnote in the selection, range, or document. The following example applies red formatting to the first endnote in the selection.
Visual Basic for Applications |
---|
|
Use the Add method to add an endnote to the Endnotes collection. The following example adds an endnote immediately after the selection.
Visual Basic for Applications |
---|
|
See Also