I have a particular column that has multiple occurrences in multiple rows of a special character. It's the "Response" character. It's a capital R with a slash through it. It's represented as Unistring 211F. It can also be represented in HTML as ℟.
I'd like to use VBA to search for the "Response" character and replace it with "Response" and the line feed ASC(10).
How can I search and replace this special character?