View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
tonyv tonyv is offline
external usenet poster
 
Posts: 5
Default Need macro to trim characters in column

I have a 100 lines in column A in my excel 2003 spreadsheet, each containing
various lengths of text, and need to trim each cell to contain the first 21
characters only & discard the rest.

I will be greatful if someone can assist me in writing a macro to get this
done that will be equivalent the LEFT formula.

Thankyou.