Syntax
NoteOptions [.FootnotesAt = number] [, .FootNumberAs = number] [, .FootStartingNum = text] [, .FootRestartNum = number] [, .EndnotesAt = number] [, .EndNumberAs = number] [, .EndStartingNum = text] [, .EndRestartNum = number]
Remarks
Specifies the placement and formatting of footnotes and endnotes. The arguments for the NoteOptions statement correspond to the options in the Note Options dialog box (Footnote command, Insert menu).
Argument | Explanation |
.FootnotesAt | Specifies where to place footnotes: 0 (zero) Bottom Of Page 1 Beneath Text |
.FootNumberAs | Specifies the format for footnote reference marks: 0 (zero) 1, 2, 3,¼ 1 a, b, c,¼ 2 A, B, C,¼ 3 i, ii, iii,¼ 4 I, II, III,¼ 5 *, †, ‡, §,¼ |
.FootStartingNum | The starting number for footnotes; if .FootStartingNum is not 1, .FootRestartNum must be set to 0 (zero). |
.FootRestartNum | Specifies how to number footnotes after page breaks or section breaks: 0 (zero) Continuous 1 Restart Each Section 2 Restart Each Page |
.EndnotesAt | Specifies where to place endnotes: 0 (zero) End Of Section 1 End Of Document |
.EndNumberAs | Specifies the format for endnote reference marks. For values, see the .FootNumberAs argument. |
.EndStartingNum | The starting number for endnotes; if .EndStartingNum is not 1, .EndRestartNum must be set to 0 (zero). |
.EndRestartNum | Specifies how to number endnotes after section breaks: 0 (zero) Continuous 1 Restart Each Section |
Example
This example places footnotes beneath text, using the "A, B, C" format and starting with "A"; footnote numbers restart with each new section:
NoteOptions .FootnotesAt = 1, .FootNumberAs = 2, \ .FootStartingNum = "1", .FootRestartNum = 1
See Also
InsertFootnote