View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Andrew[_56_] Andrew[_56_] is offline
external usenet poster
 
Posts: 130
Default how to find union of two arrays

Hello,
Does anyone know a means of comparing two very large arrays (50000
elements) to determine which elements are common to both arrays? I've
tried using looping functions and that is far too slow.