Replace *

J

John Smith

I have a column with a list of part numbers that contain an *. How can I
remove the *.

Ed
 
S

Stephen

John Smith said:
I have a column with a list of part numbers that contain an *. How can I
remove the *.

Ed

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
 
Top