View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Juuljus Juuljus is offline
external usenet poster
 
Posts: 31
Default looping and copying

Hello,

I need to do a loop, that looks at keywords and then acording to them
copies the data to another sheet.
The table is something like that:

Keyword Text Value Value
key1 dog 1 3
key1 cat 3 4
key2 cow 9 8
key3 fox 44 5

So, the loop should look at the keywords, and then copy the data to
aother range (every keyword has it's own range).

Thanks to everyone who takes the time to reply.

Juuljus