Replace *

  • Thread starter Thread starter John Smith
  • Start date Start date
J

John Smith

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

Ed
 
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
 
Back
Top