![]() |
|
#2
|
||||
|
||||
|
Hi Peter,
Try: Code:
Sub CnvrtCstmFNs()
Dim FtNt As Footnote
For Each FtNt In ActiveDocument.Footnotes
With FtNt
With .Reference.FootnoteOptions
.Location = wdBottomOfPage
.NumberingRule = wdRestartContinuous
.StartingNumber = 1
.NumberStyle = wdNoteNumberStyleArabic
End With
.Reference.Footnotes.Add Range:=.Reference, Reference:=""
End With
Next
End Sub
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
Footnotes Alignment
|
dddx | Word | 5 | 04-10-2017 10:36 PM |
| Convert custom mark footnotes | peter961 | Word | 0 | 01-30-2012 06:40 AM |
Footnotes
|
Apperley | Word | 2 | 08-10-2011 03:25 PM |
Keep with next and footnotes
|
nfactor13 | Word | 1 | 05-15-2011 02:39 PM |
| Mark citation | mavera2 | Word | 0 | 03-19-2010 05:19 AM |