N
Nick.Korynski
I need to compare the values in a cell in one workbook to the same cell
in another workbook and store them in the same cell in a new workbook.
I wrote the code already to open each workbook, add a new workbook, and
format my heading information on the sheets. However, I am struggling
with finding an efficient way to make the value of A1 in my new
workbook=A1 in workbook1 - A1 in workbook2. With the Range command, is
there any way to have the cell know its own address? Or do I have to
increment cell by cell, store the address and then insert that
information into the formula to perform the subtraction? Any help
would be appreciated. Also let me know if this makes no sense or
doesn't provide enough info on what I'm trying to do. Thanks.
Nick
in another workbook and store them in the same cell in a new workbook.
I wrote the code already to open each workbook, add a new workbook, and
format my heading information on the sheets. However, I am struggling
with finding an efficient way to make the value of A1 in my new
workbook=A1 in workbook1 - A1 in workbook2. With the Range command, is
there any way to have the cell know its own address? Or do I have to
increment cell by cell, store the address and then insert that
information into the formula to perform the subtraction? Any help
would be appreciated. Also let me know if this makes no sense or
doesn't provide enough info on what I'm trying to do. Thanks.
Nick