Drewgarry007
Board Regular
- Joined
- Oct 1, 2011
- Messages
- 142
Hi there,
I have a list of exchange rates in column D in sheet1 and have a second list of exchange rates in column Q in sheet2 in the same workbook.
I need a vba code that will allow me to compare the two lists of rates and if there is a rate in column D sheet1 that does not exist in column Q sheet2 then I want to delete that entire row in sheet1.
Can you pls help? Is there some sort of loop or vlookup I can use?
Many thanks!
I have a list of exchange rates in column D in sheet1 and have a second list of exchange rates in column Q in sheet2 in the same workbook.
I need a vba code that will allow me to compare the two lists of rates and if there is a rate in column D sheet1 that does not exist in column Q sheet2 then I want to delete that entire row in sheet1.
Can you pls help? Is there some sort of loop or vlookup I can use?
Many thanks!