Endnotes.ResetSeparator Method

Word Developer Reference

Resets the endnote separator to the default separator.

Syntax

expression.ResetSeparator

expression   Required. A variable that represents an Endnotes collection.

Remarks

The default separator is a short horizontal line that separates document text from notes.

Example

This example resets the endnote separator for the notes in the document where the selection is located.

Visual Basic for Applications
  Selection.Endnotes.ResetSeparator

See Also