How do I remove all special characters which don\'t fall under ASCII category in VBA?
These are some of the symbols which appear in my string.
<
What do you get when you write the following in the immediate window?
?Replace("ŸŸŸŸ", ChrW(376), "ale")
I get: alealealeale