Endnotes.Add (Word)

Returns an Endnote object that represents an endnote added to a range.

To specify a symbol for the Reference argument, use the syntax {FontName CharNum}. FontName is the name of the font that contains the symbol. Names of decorative fonts appear in the Font box in the Symbol dialog box (Insert menu). CharNum is the sum of 31 and the number corresponding to the position of the symbol you want to insert, counting from left to right in the table of symbols. For example, to specify an omega symbol at position 56 in the table of symbols in the Symbol font, the argument would be "{Symbol 87}".

Add (Range, Reference, Text)


Set myRange = ActiveDocument.Paragraphs(3).Range 
ActiveDocument.Endnotes.Add Range:=myRange, _ 
 Text:= "Ibid., 314."

Arguments

The following argument is required

Range (Range) - The range marked for the endnote or footnote. This can be a collapsed range.

Optional arguments

The following arguments are optional

Reference (String) - The text for the custom reference mark. If this argument is omitted, Microsoft Word inserts an automatically-numbered reference mark.

Text (String) - The text of the endnote or footnote.