Hi all, am a beginner at VBA and would like to seek help regarding working this out. Have tried looking at certain threads but I am unable to find something similar to what I want to perform.
Currently, I have two separate workbooks as below:
'Customer Info' Workbook, 'Customer' sheet
as well as 'Compiled Customer' Workbook, 'Compilation' sheet (full table is 1000+ rows long)
As you can see, the 'Name' column is empty. Therefore, would wish to cross-check if the ID in 'Customer Info' workbook matches in 'Compiled Customer', and if it does, copy the Customer Name into the corresponding row.
If able, my preference is that 'Compiled Customer' workbook has to be open, but 'Customer Info' workbook does not and has to be activated.
Many thanks in advance!
Quote Reply
Currently, I have two separate workbooks as below:
'Customer Info' Workbook, 'Customer' sheet
Customer Name | John |
Customer ID | 456 |
as well as 'Compiled Customer' Workbook, 'Compilation' sheet (full table is 1000+ rows long)
ID | Name |
123 | |
456 | |
789 |
If able, my preference is that 'Compiled Customer' workbook has to be open, but 'Customer Info' workbook does not and has to be activated.
Many thanks in advance!
Quote Reply