Hello,
I have the following problematic line of code:
AppXls.Selection.Formula = "=Sum(c2:" & Format(ActiveCell.Row - 1, "c#") & ")"
It is meant to sum the values in column c. . . but I am getting the following error:
Run-Time Error 1004 Application-defined or object-defined Error
Can anyone tell me what this error means and how to resolve it?
I have the following problematic line of code:
AppXls.Selection.Formula = "=Sum(c2:" & Format(ActiveCell.Row - 1, "c#") & ")"
It is meant to sum the values in column c. . . but I am getting the following error:
Run-Time Error 1004 Application-defined or object-defined Error
Can anyone tell me what this error means and how to resolve it?