Resets the footnote or endnote separator to the default separator. The default separator is a short horizontal line that separates document text from notes.
expression.ResetSeparator
expression Required. An expression that returns an Endnotes or Footnotes object.
Example
This example resets the footnote separator to the default separator line.
ActiveDocument.Footnotes.ResetSeparator
This example resets the endnote separator for the notes in the document where the selection is located.
Selection.Endnotes.ResetSeparator