Document.Endnotes (Word)

Returns an Endnotes collection that represents all the endnotes in a document.

For information about returning a single member of a collection, see Returning an object from a collection.


With ActiveDocument.Endnotes 
 .Location = wdEndOfDocument 
 .NumberStyle = wdNoteNumberStyleLowercaseRoman 
End With