View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Matthew Balch[_2_] Matthew Balch[_2_] is offline
external usenet poster
 
Posts: 46
Default Comparing to lists and extracting the difference

I have two lists which I would like to compare.

Sheet 1 = A List
Sheet 2 - B List

In Sheet 3 I would to use VB to write out all those items in the A list
which are not in the B list.

Thanks in Advance

Matthew Balch