Greetings!
Because I am unable to create a macro by myself that can do the following, I am asking for your help.
I need a MS Word 2010 macro that will
- search for an endnote (and there are many of them in my document),
- copy the entire contents of the endnote,
- insert the endnote contents into parentheses and
- delete the endnote, as follows:
Before macro is run:
Four score and seven years ago,1 our forefathers ...
1 that is, 87 years ago
After macro is run:
Four score and seven years ago, (that is, 87 years ago) our forefathers ...
Then the macro will continue and search for the next endnote, and do the same until it reaches the end of the document.
I would deeply appreciate your help in this matter.