ContinuationNotice Property

Returns a Range object that represents the footnote or endnote continuation notice. Read-only.

Example

This example replaces the current footnote continuation notice with the text "Continued...".

With ActiveDocument.Footnotes.ContinuationNotice
    .Delete
    .InsertBefore "Continued..."
End With

Applies to | Endnotes Collection Object | Footnotes Collection Object

See Also | ContinuationSeparator Property | ResetContinuationNotice Method