![]() |
#13
|
||||
|
||||
![]()
I agree John, it doesn't work for me in the footnotes either. The paragraph mark at the end of each footnote appears to be a protected species (we can find it but can't replace it with another one).
You might need to use a macro to do the task. Code:
Sub FixFN() Dim aFN As Footnote, aRng As Range For Each aFN In ActiveDocument.Footnotes Set aRng = aFN.Range aRng.Collapse Direction:=wdCollapseEnd aRng.MoveStart Unit:=wdCharacter, Count:=-2 aRng.Text = "). " Next aFN End Sub
__________________
Andrew Lockton Chrysalis Design, Melbourne Australia |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Outlook "Read Email" Window: ESC doesn't close? | ShankedS | Outlook | 0 | 11-17-2015 09:55 AM |
![]() |
anparkinson | Word | 2 | 03-16-2015 11:09 AM |
![]() |
pagskg | Word | 2 | 07-23-2014 12:54 PM |
![]() |
webgrunt | Outlook | 2 | 12-08-2011 04:51 AM |
Why the number is close to the heading in the "table of content"? | Jamal NUMAN | Word | 3 | 09-05-2011 11:53 AM |