Footnotes.Convert Method

Word Developer Reference

Converts endnotes to footnotes, or vice versa.

Syntax

expression.Convert

expression   Required. A variable that represents a Footnotes object.

Example

This example converts the footnotes in the selection to endnotes.

Visual Basic for Applications
  If Selection.Footnotes.Count > 0 Then Selection.Footnotes.Convert

See Also