Thread: A Simple Trim
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
N1KO N1KO is offline
external usenet poster
 
Posts: 60
Default A Simple Trim

I need to trim a series of cells so they only contain 241 characters. Does
anyone have any VBA code to make this quick and easy?

It needs to be the 1st 241 characters, everything else after that can be
deleted however i don't think i can use an =Right or =Trim to my knowledge as
the amount of characters in the cell isn't always the same (Anywhere between
40 & 390characters).