Document.Footnotes (Word)

Returns a Footnotes collection that represents all the footnotes in a document.

For information about returning a single member of a collection, see Returning an object from a collection.


With ActiveDocument.Footnotes 
 .StartingNumber = 3 
 .NumberStyle = wdNoteNumberStyleLowercaseLetter 
End With