I have a document of nealry 600 pages with hundreds of dialogues starting with “«” symbol and ending with “»” symbol.
My problem is that all of the dialogues ends “.»” but they should end without the “.”.
To be clear, instead of having “«xxx.»”, I must have “«xxx»”.
The normal substitue function is not working as well as the macros I tried.
Is there a way to achieve my goal with a macro as to avoid to do it manually?
Thanks to everyone.
I tried to substitue the string with a find & replace:
.text = “.” & “chrw(187)
.replacement.text = chrw(187)
but the macro gives as replacement text a ” instead of a ».
Emanuele Guidoni is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.