D
Dream
I have a macro that extracts footnotes out of a Word document.
It is functioning fine but I'm trying to enhance it by subbing the
italicized words and phrases with some delimiters so that I can process
the footnotes with some other software.
So I tried this find/replace operation using the dialog box to test:
find what: <empty>, Italics set
replace with: =^&=
The italicized phrases are selected okay but if I hit the replace
button, the two equal signs are inserted after the phrase:
italicized text==
instead of
=italicized text=
Anybody know a solution around this?
Is there some other setting or expression construct I should be using?
Dave
It is functioning fine but I'm trying to enhance it by subbing the
italicized words and phrases with some delimiters so that I can process
the footnotes with some other software.
So I tried this find/replace operation using the dialog box to test:
find what: <empty>, Italics set
replace with: =^&=
The italicized phrases are selected okay but if I hit the replace
button, the two equal signs are inserted after the phrase:
italicized text==
instead of
=italicized text=
Anybody know a solution around this?
Is there some other setting or expression construct I should be using?
Dave