Hi All
As this thread locked by the author:
Macro to delete new carriage returns / new paragraph marks - Microsoft Community
The author of this VBA code was Greg Maxey, and his code is awesome
My question, sometimes I add a double paragraph mark (Pressing enter twice) to separate between paragraphs, to distinguish each paragraph,
but when selecting the texts and applying the code, it will remove all paragraph marks and all the text merged in one paragraph, this makes trouble for me because it needs to reseparate each paragraph.
So, according to this VBA code, how to skip double paragraph marks during find and replace, to maintain each paragraph alone?
Thanks in advance