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

F

Frank Kabel

Hi
try the following macro:
sob remove_it()
with selection
..value=.value
end with
end sub
 
Top