S
Suzanne Bronson
I have a macro that includes a find/replace which works great except that it
does not include a search of footnotes. How can I include footnotes in this..
With Selection.Find
.Text = VARIABLE
.Replacement.Text = SUBJECT
.Forward = True
.Wrap = wdFindContinue
.Format = False
.MatchCase = True
.MatchWholeWord = True
.MatchWildcards = False
.MatchSoundsLike = False
.MatchAllWordForms = False
End With
Selection.Find.Execute Replace:=wdReplaceAll
Thanks very much.
Suzanne Bronson
does not include a search of footnotes. How can I include footnotes in this..
With Selection.Find
.Text = VARIABLE
.Replacement.Text = SUBJECT
.Forward = True
.Wrap = wdFindContinue
.Format = False
.MatchCase = True
.MatchWholeWord = True
.MatchWildcards = False
.MatchSoundsLike = False
.MatchAllWordForms = False
End With
Selection.Find.Execute Replace:=wdReplaceAll
Thanks very much.
Suzanne Bronson