View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
RePete RePete is offline
external usenet poster
 
Posts: 1
Default Macro Help to Compare Values in Two Separate WorkBooks

I have two separate work books with similar data.
Lets call them Book1 and Book2.
They each have a similar ID# column.
Book1 - Sheet1 - Column1
I need to check each cell in this column to see if it has a match in
the similar column in Book2. I also need to check Book1 - Sheet1 -
Column9 for a "Yes".
If it has a match, and the Column9 cell is a "Yes" then I need to copy
Column10 through 15
to the matching ID# in Book2.

peter