View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
dstiefe dstiefe is offline
external usenet poster
 
Posts: 73
Default identifying the first character in a string

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