R
RB Smissaert
How do I do the following with VBA:
I want to replace any combination of:
chr(13), chr(9), chr(32) with a single chr(13)
Basically, any combination of whitespace with any number of linebreaks to
replace with a single linebreak.
I prefer to do this on a string rather than in the document.
Thanks for any advice.
RBS
I want to replace any combination of:
chr(13), chr(9), chr(32) with a single chr(13)
Basically, any combination of whitespace with any number of linebreaks to
replace with a single linebreak.
I prefer to do this on a string rather than in the document.
Thanks for any advice.
RBS