Magoosball
Board Regular
- Joined
- Jun 4, 2017
- Messages
- 70
- Office Version
- 365
Hello I'm trying to write a macro that will copy an entire row from sheet2 and paste it to the bottom of sheet1 if the cell value in column f sheet 2 doesn't exist at all in column f on sheet 1.
For example if column f sheet 2 = 123456 and 123456 doesn't exist anywhere in sheet1 column f then copy the entire row from sheet2 and paste it to the bottom of sheet1.
This will have to exist in a loop for all rows on sheet 2.
Thanks in advance!
For example if column f sheet 2 = 123456 and 123456 doesn't exist anywhere in sheet1 column f then copy the entire row from sheet2 and paste it to the bottom of sheet1.
This will have to exist in a loop for all rows on sheet 2.
Thanks in advance!