EndnoteOptions.NumberingRule property (Word)
Returns or sets the way footnotes or endnotes are numbered after page breaks or section breaks. Read/write WdNumberingRule.
Syntax
expression. NumberingRule
expression Required. A variable that represents an 'EndnoteOptions' collection.
Example
This example restarts endnote numbering after each section break in the active document.
ActiveDocument.Endnotes.NumberingRule = wdRestartSection
See also
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.