![]() |
#2
|
||||
|
||||
![]()
Try
Code:
Sub DeleteFootnoteNumbers() Dim x As Long With Selection.Find .ClearFormatting .Font.Color = wdColorRed .Replacement.ClearFormatting .Text = "^2 " .Replacement.Text = "" .Forward = True .Wrap = wdFindContinue .Format = True Do While .Execute(Replace:=wdReplaceOne) x = x + 1 Loop End With MsgBox "Replaced: " & x End Sub
__________________
Andrew Lockton Chrysalis Design, Melbourne Australia |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
Marcia | Excel | 10 | 11-25-2018 08:41 PM |
![]() |
Jennifer Murphy | Word Tables | 1 | 08-23-2016 03:00 PM |
![]() |
sannhei | Word | 2 | 03-27-2015 05:40 AM |
Counting unique visitors by ward, counting monthly visits by status, editing existing workbook | JaxV | Excel | 9 | 11-14-2014 12:25 AM |
![]() |
bremen22 | Excel | 4 | 11-25-2013 11:57 AM |