Hi Claire,
Quote:
Originally Posted by ClaireB
(where did you find that article???)
|
Umm, on that website...
For future documents, you might also like to try the following macro:
Code:
Sub EndnoteSetup()
With Selection
With .EndnoteOptions
.Location = wdEndOfSection
.NumberingRule = wdRestartContinuous
.StartingNumber = 1
.NumberStyle = wdNoteNumberStyleArabic
End With
With .PageSetup
.SuppressEndnotes = True
End With
End With
End Sub
To use the macro on an existing document, position your 'Notes' heading as indicated in the attachment to this post, with Section breaks either side. Then select all of the Sections that precede your 'Notes' heading and run the macro.
For PC-based installation & usage instructions, see:
http://www.gmayor.com/installing_macro.htm
For Mac macro installation & usage instructions, see:
https://wordmvp.com/Mac/InstallMacro.html