J John Smith Nov 1, 2007 #1 I have a column with a list of part numbers that contain an *. How can I remove the *. Ed
S Stephen Nov 1, 2007 #2 John Smith said: I have a column with a list of part numbers that contain an *. How can I remove the *. Ed Click to expand... Use replace (edit menu). But, as * is usually the wildcard character, you will need to search for ~* instead. With nothing in the replace box, this will remove all your *s
John Smith said: I have a column with a list of part numbers that contain an *. How can I remove the *. Ed Click to expand... Use replace (edit menu). But, as * is usually the wildcard character, you will need to search for ~* instead. With nothing in the replace box, this will remove all your *s