There are multiple ways to do this
1. Loop through the list and use Find function to check the availability of partnumbers in the master file
2. Use Excel ADO - that is use the master file as the database - Query for presence of record using ADO (
http://vbadud.blogspot.com/2008/05/u...-database.html)
3. USe Excel ADO - consider both the Master and Data file as Databases, run a join query and get the result in new sheet
While you try these approach some wizards in this forum might come with new techniques too
Cheers
Shasur