Footnote.Reference property (Word)

Returns a Range object that represents a footnote reference mark.

Syntax

expression. Reference

expression Required. A variable that represents a 'Footnote' object.

Example

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

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

See also

Footnote 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.