View Single Post
 
Old 07-13-2021, 08:57 PM
Jakov93 Jakov93 is offline Windows 10 Office 2010
Advanced Beginner
 
Join Date: Jul 2021
Posts: 51
Jakov93 is on a distinguished road
Default Skip double paragraph mark during find and replace in MS Word?

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
Reply With Quote