word macro vba to replace symbols
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.