View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] samearle@gmail.com is offline
external usenet poster
 
Posts: 3
Default merge excell data

I need to merge two excel docs. Both have the exact same colomns of
data. But I updated some of the cells in the new document. I need to
merge those new cells into the apropriate rows and leave all other data
unchanged in the old document.

Unfortunatly, there really is no reference in the old or new document
that points to the specific row with the cells that needs to be
updated.

I could specify the rows by number in each doc if need be.

Thanks,

Sam