View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
John_Carty John_Carty is offline
external usenet poster
 
Posts: 1
Default Write Unique Values to New Worksheet

I have a worksheet that contains two columns of data, I need a macro that
will write unique values from the source worksheet to an existing worksheet.
The value is only considered to be unique if the combination of the two
values does not already exist in the target worksheet. The macro should run
each time the worksheet is opened.

Any help is much appreciated.

Regards,

John