Hi all, What I need is a program that takes the data in column 2 of one workbook, searches for it in column 2 of another workbook, and then once it finds a match, goes over one column to column 1, copies the data in column one, and pastes it into column 1 of the other workbook. After this, the program would need to drop down to the next row and repeat. My data set looks like what I've recreated below, but is obviously much much larger. If anyone has any better ideas as to how I can do this, or could show me how I would need to script this I would really appreciate it, I don't know very much about programming and this problem has me absolutely stymied. Thanks for all your help! - Ben
WB1 Column1_____Column2_____Wb2Column1_____ Column2
Dell ____________Mary____________ Blank ____________ Jane
Dell ____________Mary____________Blank ____________ Mary
Dell____________Jane____________ Blank ____________ Bob
Gm ____________Bob ____________ Blank____________ Mary
Gm ____________Bob ____________ Blank____________Bob
Hoover _________Paul__________ Blank __________ Paul
(The idea being to copy and paste the appropriate field from WB1 Column1 into Wb2 Column1. In WB1 Jane works for Dell, so in WB2 it would need to copy "Dell" into the field currently labeled "blank")
Bookmarks