Endnotes.NumberStyle property (Word)

Returns or sets the number style. Read/write WdNoteNumberStyle.

Syntax

expression. NumberStyle

expression An expression that represents a 'Endnotes' object.

Remarks

Some of the constants may not be available to you, depending on the language support (U.S. English, for example) that you've selected or installed.

Example

This example sets the formatting for footnotes and endnotes in the active document.

With ActiveDocument 
 .Footnotes.NumberStyle = wdNoteNumberStyleLowercaseRoman 
 .Endnotes.NumberStyle = wdNoteNumberStyleUppercaseRoman 
End With

See also

Endnotes Collection Object

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.