I'm looking to see if this line is correct?
My desired effect is to have Cell A2 of the Equipment Sheet or Sheet1 to be inserted at the bottom of a continuous list on the Graph Sheet or Sheet2.
Sheets ("WsEquipment").Range ("A2").Copy Destination:=Sheets ("WsGraphs").Range("Date").End(xlDown).Offset(1, 0)
My desired effect is to have Cell A2 of the Equipment Sheet or Sheet1 to be inserted at the bottom of a continuous list on the Graph Sheet or Sheet2.
Sheets ("WsEquipment").Range ("A2").Copy Destination:=Sheets ("WsGraphs").Range("Date").End(xlDown).Offset(1, 0)