Quote:
Originally Posted by RavindraBanthia
The first routine works perfectly except when the paragraph mark itself is bold/italics.
|
On the contrary, it handles those paragraph marks correctly, precisely because that is how they have been formatted. To exclude the paragraph marks, change:
.Text = ""
to:
.Text = "[!^13]{1,}"
See the notes in the linked post.