Hi all,
How do I check to see if I have non-printing characters in a range? Particularly paragraph marks.
I'm iterating through a range using ActivDoc.Range.Paragraphs.Words (VBA on MS Word).
It turns out that every single paragraph mark (which are supposed to be invisible) is being read. As a result, my code doesn't function properly.
I'm attempting to check for the paragraph marks using IF statements on several of the paragraph properties, but nothing seems to work. Any help is appreciated. Thanx. Peace!
How do I check to see if I have non-printing characters in a range? Particularly paragraph marks.
I'm iterating through a range using ActivDoc.Range.Paragraphs.Words (VBA on MS Word).
It turns out that every single paragraph mark (which are supposed to be invisible) is being read. As a result, my code doesn't function properly.
I'm attempting to check for the paragraph marks using IF statements on several of the paragraph properties, but nothing seems to work. Any help is appreciated. Thanx. Peace!