Hi, I am a beginner trying to understand vba and excel code. Currently, I have two separate workbooks A and B.
Say workbook A contains one individual customer info, and workbook B contains the compiled list of customers. I wish to check if workbook A customer ID (e.g., cell value A2) exists in any of the list of customer IDs in column A in workbook B. If it does, then I will copy a value like B2 in workbook A over to the row of that particular customer in workbook B column B. Would like to seek help in working around this.
Any help would be greatly appreciated.
Say workbook A contains one individual customer info, and workbook B contains the compiled list of customers. I wish to check if workbook A customer ID (e.g., cell value A2) exists in any of the list of customer IDs in column A in workbook B. If it does, then I will copy a value like B2 in workbook A over to the row of that particular customer in workbook B column B. Would like to seek help in working around this.
Any help would be greatly appreciated.