ResetNoteSepOrNotice

Syntax

ResetNoteSepOrNotice

Remarks

Resets the separator, the continuation notice, or the continuation separator for footnotes or endnotes to the default. ResetNoteSepOrNotice generates an error unless you first open a separator pane.

Example

This example opens the footnote continuation notice pane and then determines if there is a continuation notice. If the pane contains anything more than a paragraph mark, ResetNoteSepOrNotice removes the notice. Without the If conditional, the example would generate an error if the notice were already set to the default.


ViewFootnoteContNotice
EditSelectAll
paraMark$ = Chr$(13)
If Selection$() <> paraMark$ Then ResetNoteSepOrNotice
ClosePane

See Also

NoteOptions, ViewEndnoteContNotice, ViewEndnoteContSeparator, ViewEndnoteSeparator, ViewFootnoteContNotice, ViewFootnoteContSeparator, ViewFootnoteSeparator