Remove Unicode characters in a String

前端 未结 6 853
没有蜡笔的小新
没有蜡笔的小新 2020-12-11 06:56

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.

<
6条回答
  •  南方客
    南方客 (楼主)
    2020-12-11 07:23

    try application.clean()

    it will remove all unprintable characters

提交回复
热议问题