How do I remove and apostrophe from a cell e.g 'ND or '8?

  • Thread starter Thread starter Guest
  • Start date Start date
Hi
try the following macro:
sob remove_it()
with selection
..value=.value
end with
end sub
 

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