Hi All,
I'm trying to automate a process I've been doing manually. Essentially, I have two source workbooks, I copy over two lists, merge them together, sorting and deleting duplicates.
A simplified view
Wbk1
ColA ColB ColC
Fred 35
Jack 40
Jane 45
Wbk2
ColA ColB ColC
Ella 10
Fred 15
Jane 20
And the desired result in a new workbook:
ColA ColB ColC
Ella 10
Fred 35 15
Jack 40
Jane 45 20
Any suggestions would be greatly appreciated!
... vj
I'm trying to automate a process I've been doing manually. Essentially, I have two source workbooks, I copy over two lists, merge them together, sorting and deleting duplicates.
A simplified view
Wbk1
ColA ColB ColC
Fred 35
Jack 40
Jane 45
Wbk2
ColA ColB ColC
Ella 10
Fred 15
Jane 20
And the desired result in a new workbook:
ColA ColB ColC
Ella 10
Fred 35 15
Jack 40
Jane 45 20
Any suggestions would be greatly appreciated!
... vj