Hello,
I'm a beginner in the VBA jungle, I really need help!
I have one workbook containing customer namnes, customer codes and more. The other workbook containes the same names but different information. What I whant to do is to take the information from the second workbook and integrate that in the first workbook. I´ll show you with a small examle:
Workbook1:
Customer Names Year of birth Country
Sara 1978 US
Charlie 1982 Canada
Julie 1986 Poland
Workbook2:
Customer Name Zipcode
Sara 89652
Julie 89523
The result should look like this:
Customer Names Year of birth Country Zipcode
Sara 1978 US 89652
Charlie 1982 Canada No data
Julie 1986 Poland 89523
I'm a beginner in the VBA jungle, I really need help!
I have one workbook containing customer namnes, customer codes and more. The other workbook containes the same names but different information. What I whant to do is to take the information from the second workbook and integrate that in the first workbook. I´ll show you with a small examle:
Workbook1:
Customer Names Year of birth Country
Sara 1978 US
Charlie 1982 Canada
Julie 1986 Poland
Workbook2:
Customer Name Zipcode
Sara 89652
Julie 89523
The result should look like this:
Customer Names Year of birth Country Zipcode
Sara 1978 US 89652
Charlie 1982 Canada No data
Julie 1986 Poland 89523