I am endeavouring to insert a new row in my worksheet and copy the formulas and values from the previous row. I have tried various schemes, the latest being:
This should be simple but I am missing something. Would very much appreciate someone's assitance.
Rick Schwab
Code:
Worksheets("Trade Record").Row(i).EntireRow.Copy Destination:=Worksheets("Trade Record").Row(i + 1)
This should be simple but I am missing something. Would very much appreciate someone's assitance.
Rick Schwab