Hello,
I am trying to write a Macro for the following problem:
I have two workbooks. Workbook A has multiple sheets, one of which is a list of projects with several columns including: project number, project year, and project title. The second workbook, Workbook B, has only one worksheet that looks up values from that project list sheet in Workbook A. What I need is a macro that finds new projects that have been added to Workbook A and imports project number, project year and project title for those new projects into Workbook B. New projects are identified by comparing the project list from Workbook A to the sheet in Workbook B based on a unique key of Project Number + Project Year.
Thank you in advance for any help!!
Bookmarks