Sheets("SITE Model").Select
Range("C8").Select
ActiveCell.FormulaR1C1 = "1"
Range("C9").Select
Sheets("NETWORK Model").Select
Range("D37").Select
Range(Selection, Selection.End(xlToRight)).Select
Range(Selection, Selection.End(xlDown)).Select
Range(Selection, Selection.End(xlDown)).Select
Range(Selection, Selection.End(xlDown)).Select
Selection.Copy
Range("D27").Select
Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _
:=False, Transpose:=False
I want to specify x and y by a cell reference C8 and C9 respectively. Any help would be appreciated!
Updated photo attached to make the accumulating more clear. The first section is the input from "SITE Model". The second section is accumulating pasted values. The the third section totals 1 and 2 and then pastes the new answer into section 2 as values.