TheRedCardinal
Active Member
- Joined
- Jul 11, 2019
- Messages
- 250
- Office Version
- 365
- 2021
- Platform
- Windows
Good morning all!
As I am learning VBA I normally try to solve a problem before I break it and then come here for help
For this one though I'm not sure where to start.
Basically, I have 2 worksheets of data.
I need to loop through all the rows in one sheet, and find if a specific value exists in a labelled column in the other sheet. If that value is found, then nothing is needed; but if it's not I need certain data copying from one sheet to the other.
I suspect I need to use some Index, Match, Vlookup process but I've only just started playing in this area (beyond VLOOKUPs) so I'm at a loss.
I've attached an extract from my workbook so you can see what I need to happen here:
Invoice match workbook.xlsx
As I am trying to learn any explanation for the wonderful VBA would be brilliant!
As I am learning VBA I normally try to solve a problem before I break it and then come here for help
For this one though I'm not sure where to start.
Basically, I have 2 worksheets of data.
I need to loop through all the rows in one sheet, and find if a specific value exists in a labelled column in the other sheet. If that value is found, then nothing is needed; but if it's not I need certain data copying from one sheet to the other.
I suspect I need to use some Index, Match, Vlookup process but I've only just started playing in this area (beyond VLOOKUPs) so I'm at a loss.
I've attached an extract from my workbook so you can see what I need to happen here:
Invoice match workbook.xlsx
As I am trying to learn any explanation for the wonderful VBA would be brilliant!