Code
Private Sub CommandButton4_Click()
Range("e4").Select
ActiveCell.FormulaR1C1 = Range("c4")
Range("f4").Select
ActiveCell.FormulaR1C1 = Range("c13")
Range("g4").Select
ActiveCell.FormulaR1C1 = Range("c22")
Range("h4").Select
ActiveCell.FormulaR1C1 = Range("c24")
Range("i4").Select
ActiveCell.FormulaR1C1 = Range("c26")
Range("j4").Select
ActiveCell.FormulaR1C1 = Range("c27")
End Sub
Display More
In above code, i have saved the record in the first row only. I didnt understand that, after added one record, how do i added every new record on every new row line.