K
kauseway
I hope that was not too complicated. I guess a simplier way to put it
would be if you had data in column A and B. Then you used a macro to
search another worksheet or excell file with data in Say C and D
columns. The macro would start with C1 and search all the data in
column A (1 thru ##) to see if it matches C1. IF it found a match say
in A12 it would replace the data/text in b12 with that of d1. After
the first search the macro would repeat for as many values as were in
Column C. So then it would search all of column A for C2. If it found
a match in A230 then it would replace B230 with D2. hopefully that is a
little simpler and clear if someone has a suggestion?
Thanks.
would be if you had data in column A and B. Then you used a macro to
search another worksheet or excell file with data in Say C and D
columns. The macro would start with C1 and search all the data in
column A (1 thru ##) to see if it matches C1. IF it found a match say
in A12 it would replace the data/text in b12 with that of d1. After
the first search the macro would repeat for as many values as were in
Column C. So then it would search all of column A for C2. If it found
a match in A230 then it would replace B230 with D2. hopefully that is a
little simpler and clear if someone has a suggestion?
Thanks.