View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Syscon Syscon is offline
external usenet poster
 
Posts: 7
Default Find in column and copy

I am new to macros. I have managed to do most in the project but this one has
stumped me.
I want to search Col. "A" for a text string. When found, cut the cell
contents to the right of the text from Col. "B" and paste it up one line and
into Col. "C". Then continue searching Col. "A" for more instances of the
text string.

Richard