Hello, everyone..
i need some help to make this repetitive VBA into a very simple VBA
My repetitive VBA were shown as below
If Target.Address = "$L$6" Then
a = Sheets("Price Record").Cells(Rows.Count, "A").End(xlUp).Row + 1
Sheets("Price Record").Range("A" & a).Value =...