Footnotes or Endnotes object: Converts endnotes to footnotes, or vice versa.
ListTemplate object: Converts a multiple-level list to a single-level list, or vice versa.
Syntax 1
expression.Convert
Syntax 2
expression.Convert(Level)
expression Required. An expression that returns a ListTemplate object (Syntax 1) or an Endnotes or Footnotes object (Syntax 2).
Level Optional Long. The level to use for formatting the new list. When converting a multiple-level list to a single-level list, this argument can be a number from 1 through 9. When converting a single-level list to a multiple-level list, 1 is the only valid value. If this argument is omitted, 1 is used.
Remarks
You cannot use the Convert method on a list template that is derived from the ListGalleries collection.