Share via


Footnotes.ResetSeparator Method

Word Developer Reference

Resets the footnote separator to the default separator.

Syntax

expression.ResetSeparator

expression   Required. A variable that represents a Footnotes collection.

Remarks

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

Example

This example resets the footnote separator to the default separator line.

Visual Basic for Applications
  ActiveDocument.Footnotes.ResetSeparator

See Also