jamesbrown008
New Member
- Joined
- Apr 22, 2011
- Messages
- 27
Firstly I just want to thank all of you who have been replying to my other posts. I am building out a pretty cool project here and I will share the completed results once I am done (this should be the final step).
Ok so here is what I am trying to do:
I have two sheets - one with a list of unique names and dates (the destination list) and one with a names, dates and additional fields (the scource list).
What I need is some code that loops through each row in the source list and matches the values in column B and C of the source sheet to a corresponding row in column B or C in the destination list.
If it finds a match it should then copy columns C-O from the source sheet to the destination sheet.
There shouldn't be any instances where is finds no match but perhaps it could trigger a msg box if it does fail to find one.
If the above doesn't make sense - please let me know and I will post some examples.
Thanks
James
Ok so here is what I am trying to do:
I have two sheets - one with a list of unique names and dates (the destination list) and one with a names, dates and additional fields (the scource list).
What I need is some code that loops through each row in the source list and matches the values in column B and C of the source sheet to a corresponding row in column B or C in the destination list.
If it finds a match it should then copy columns C-O from the source sheet to the destination sheet.
There shouldn't be any instances where is finds no match but perhaps it could trigger a msg box if it does fail to find one.
If the above doesn't make sense - please let me know and I will post some examples.
Thanks
James