Hi Newbie to VBA here
I have a list of part numbers in a sheet called Review in column A (with a header line in A1)
This list can be from 20 to 100+ part numbers long.
These part numbers will match a master list with multiple entries in a sheet called Master column C (with a header line in row 1).
I would like a VBA code to search all of the part numbers from the sheet called Review from A2 down to the last part number and copy and paste all matching rows from the sheet called Master into a new sheet including the header line in row 1.
I have search but can not find a way to do this, can anyone help please.
I have a list of part numbers in a sheet called Review in column A (with a header line in A1)
This list can be from 20 to 100+ part numbers long.
These part numbers will match a master list with multiple entries in a sheet called Master column C (with a header line in row 1).
I would like a VBA code to search all of the part numbers from the sheet called Review from A2 down to the last part number and copy and paste all matching rows from the sheet called Master into a new sheet including the header line in row 1.
I have search but can not find a way to do this, can anyone help please.