Finding and removing some characters in a column of data in Excel
问题 I have copied and pasted some debugging information into an Excel sheet. However, it contains some "weird" characters in some cells of one column, that should otherwise contain integers only. What would be the easiest way to eliminate such characters using VBA? An example is shown in the list below: 1 **'␁'** <- I'm trying to get rid of the part that I have bolded 2 '␂' 3 '␃' 4 '␂' I want to use the file as a data source in another application. Thanks in advance. 回答1: Try this (first time