Share via


Endnote.Reference Property (Word)

Returns a Range object that represents an endnote reference mark.

Syntax

expression .Reference

expression Required. A variable that represents an Endnote object.

Example

This example sets myRange to the first endnote reference mark in the active document and then copies the reference mark.

Set myRange = ActiveDocument.Endnotes(1).Reference 
myRange.Copy

See Also

Concepts

Endnote Object Members

Endnote Object