Share via


Endnotes.Location Property

Word Developer Reference

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.

Visual Basic for Applications
  ActiveDocument.Endnotes.Location = wdEndOfSection

See Also