![]() |
#2
|
||||
|
||||
![]()
Try:
Code:
Sub Demo() Application.ScreenUpdating = False Dim Rng As Range With ActiveDocument Do While .Footnotes.Count > 0 With .Footnotes(1) Set Rng = .Reference With Rng .Collapse wdCollapseStart .Text = "[!!]" .Start = .Start + 2 .Collapse wdCollapseStart End With Rng.FormattedText = .Range.FormattedText .Delete End With Loop End With Application.ScreenUpdating = True End Sub
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
Tags |
footnote, formatting |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
thiagoafdoria | Word VBA | 4 | 12-02-2019 11:41 AM |
![]() |
loes | Word | 3 | 09-04-2019 07:52 AM |
![]() |
Dw1 | Word | 4 | 06-17-2015 01:07 PM |
![]() |
Kreol2013 | Word VBA | 1 | 04-12-2013 07:33 PM |
![]() |
sesproul | Mail Merge | 1 | 11-30-2011 05:02 AM |