View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Alastair79 Alastair79 is offline
external usenet poster
 
Posts: 12
Default Cell cropping with a Macro or VB

I need to be able via a macro to copy only a portion of a cells contents to a
different part of the sheet. What I have is like below:-

"CLOBMIDDLETON PBL" or "CLOBDIDCOT PBL"

I need to get ride of the "PBL" part and as you can see the first part of
the cell varies in length. Is there any way to tell excel to copy till the
space?

Thanks............. Alastair.