D
dan.baechlin
Sometimes when I download text and “special paste” it into a Word
document (as unformatted unicode text), it will include a few
paragraph returns that aren’t recognized as such by Word. This is a
problem for designing and using macros. I created several of them to
find and/or replace paragraph breaks, and identified the latter with
the Visual Basic code “^p”. But these macros sometimes leave a few
paragraph breaks untouched. Is there a “quasi-return” code that is
displayed in Word as a paragraph mark but is in fact something else?
If so, what is the Visual Basic code that allows a macro to recognize
it?
document (as unformatted unicode text), it will include a few
paragraph returns that aren’t recognized as such by Word. This is a
problem for designing and using macros. I created several of them to
find and/or replace paragraph breaks, and identified the latter with
the Visual Basic code “^p”. But these macros sometimes leave a few
paragraph breaks untouched. Is there a “quasi-return” code that is
displayed in Word as a paragraph mark but is in fact something else?
If so, what is the Visual Basic code that allows a macro to recognize
it?