View Single Post
 
Old 02-19-2016, 12:34 PM
BolligeA1 BolligeA1 is offline Windows 10 Office 2013
Novice
 
Join Date: Feb 2016
Posts: 5
BolligeA1 is on a distinguished road
Default Search Replace Code

Hello everyone,

I have a word document with Endnotes in it, I would like to search and replace them.

In the Replace Box I entered:

Find What: ^e
Replace with: <a id="bn_^&" href="../Text/footnotes.html#n_^&">^&</a>
Result: <a id="bn_1" href="../Text/footnotes.html#n_2">3</a>

I would like to have this result, don't know how to do that:
<a id="bn_1" href="../Text/footnotes.html#n_1">1</a>

It is still a footnote, I would like for it to be plain text.

I would appreciate any help greatly, thank you, kindest Blessings
Reply With Quote