Thread: CopyText
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jeff[_28_] Jeff[_28_] is offline
external usenet poster
 
Posts: 1
Default CopyText

I want to copy part of the text from one column to another. The text
has a \ in it and I need everything to the right of the \. If cell a
has adcd\efg and I was coping it to cell b then cell b would have efg.


Thanks