I have 2 sheets in Excel.
Sheet 1 contains a Column of Order Numbers amongst other things
Sheet 2 contains just a Column of Order Numbers.
I would like to search Sheet 1 for all of the order numbers that are contained in Sheet 2 and then either Highlight the matching order numbers or delete the entire row from Sheet 1 in which the matching order number was found.
I think this maybe possible using VLookUp?
This can be done without VBA:
Excel INDEX and MATCH Get Value