I have several colums of data with names. The names are inputed in the
following way:
'daniel
'michael
'ted

how do i loop through the column and erase only the " ' " that is beginning
of each name?

Thank you