Hello, @jay-imerman and All,
And, if you run this S/R, using the Regular expression search mode, you must adopt this syntax :
SEARCH "
REPLACE \\"
because the Escape \ is a special regex character and needs to be escaped, itself, with an other \ symbol, to be taken as a literal !
Best Regards,
guy038