Endnotes.Location property (Word)

Returns or sets the position of all endnotes. Read/write WdEndnoteLocation. .

Syntax

expression.Location

expression An expression that represents a 'Endnotes' object.

Example

This example positions all endnotes at the end of sections.

ActiveDocument.Endnotes.Location = wdEndOfSection

See also

Endnotes Collection Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.