Need to open to two excel files and add numbers from them into a third file using vba.
Posted
by Harpyar Singh
on Stack Overflow
See other posts from Stack Overflow
or by Harpyar Singh
Published on 2010-06-15T21:02:52Z
Indexed on
2010/06/15
21:12 UTC
Read the original article
Hit count: 264
excel-vba
|excel-2007
I have two excel files which has similar formatting and the data map each other from cell b15:h31. Row 15 is heading and so is the column B. I want to read file1 cell by cell and add that cell's content to the corresponding cell in File 2 i.e C16 in file 1 gets added to C16 in file 2, C17 in file 1 to C17 in file 2 and so on. The output goes in file 3 or anything. trying to implement through vba but of no success so far. Does anyone know how to go about it.
© Stack Overflow or respective owner