R
Rick B
I have a spreadsheet as follows:
Sheet1.Range(A1:A..nth) may or may not have values
Sheet2 same range may or may not have values
needs to check sheet1 and sheet2 for possible values in cells A1:A..nth
if sheet2 A1 has data, copy it then go to next step
if sheet1 A1 is null select it, and paste data otherwise continue one cell
down until empty cell is found then paste data
continue through sheet2 A1:A..nth until all cells are copied into sheet1
column A
sheet 2 gets over written each month. I am looking for code which will copy
cell contents for the purpose of keeping a history
any help is greatly appreciated
-rick
Sheet1.Range(A1:A..nth) may or may not have values
Sheet2 same range may or may not have values
needs to check sheet1 and sheet2 for possible values in cells A1:A..nth
if sheet2 A1 has data, copy it then go to next step
if sheet1 A1 is null select it, and paste data otherwise continue one cell
down until empty cell is found then paste data
continue through sheet2 A1:A..nth until all cells are copied into sheet1
column A
sheet 2 gets over written each month. I am looking for code which will copy
cell contents for the purpose of keeping a history
any help is greatly appreciated
-rick