I've Two sheets, Sheet1, Sheet2
Sheet1:
A | B
-----
123 |
456 |
789 |
Sheet 2:
A | B
-----
123 | DATA1
789 | DATA2
456 | DATA3
I want The Sheet1 to have the following output:
A | B
-----
123 | DATA1
456 | DATA3
789 | DATA2
I have a very basic VB knowledge, how can I accomplish this?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…