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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top