I am trying to create a VBA to run a regression, but the system can't run it. I have all of the settings and features turned on too. Can anyone help me?

Here is the line I am trying to debug:

Application.Run "ATPVBAEN.XLAM!Regress", ActiveSheet.Range("$G$21:$G$1504"), ActiveSheet.Range("$C$21:$F$1504"), False, True, False, ActiveSheet _
.Range("$S$21"), False, False, False, False, , False, False

Thank you in advance!