View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Martin French Martin French is offline
external usenet poster
 
Posts: 2
Default Checking a list of new data against a database

Hi
I have a database in Excel of existing customer account numbers. I
also have a list of new account numbers. I want to be able to check
the new list against the existing list and create two new list - one
list of new accounts already on the database, and another list of new
accounts not already on the database.
Does anybody know of a quick and simpe way of doing this in vba code?

Many thanks

Martin