Forum Discussion

AdityaMahajan's avatar
AdityaMahajan
Copper Contributor
May 11, 2020

run time error 1004

Hi, could anyone help me with this problem?   Sub ButtonCode() Dim N As Long N = Cells(Rows.Count, "C").End(xlUp).Row + 1 Cells(N, "C").Value = (Cells(N - 1, "C").Value) * (1 - Range("Shee...

Resources