I'm looking to create a macro that, when run from my current workbook (Book2):
- Opens another workbook (Book1) in the background.
- Finds the rows that correspond with a specific word (in this case 'Germany') down column B of Book1.
- Copies row of data corresponding to the specific word, in this case between columns A:F
- Pastes this row of data into my current workbook (Book2) on the next available line. *The row of data it copies should not be duplicated in my current workbook. i.e. it should simply add the updated information entered into Book1 to the next line of Book2
- Automatically save my current workbook once updated.
I've had a go, but my solutions are longwinded and dodgy. I was hoping that someone could show me how to do this efficiently..
Examples of Book1 and Book2 are attached
Bookmarks