Hello i am trying to paste a formula into a cell, then copy and paste that formula a few columns down but i am getting a run time error 1004 in my code and not sure why or what needs to be edited
Sub Formula_change()
Dim rowNum, ColAmt, colNum, colOff, i As Integer
rowNum = 44
ColAmt = 4...