Location Property Example
This example positions footnotes at the bottom of each page.
ActiveDocument.Footnotes.Location = wdBottomOfPage
This example positions all endnotes at the end of sections.
ActiveDocument.Endnotes.Location = wdEndOfSection