EnergyModeler
New Member
- Joined
- Aug 16, 2019
- Messages
- 7
Hello,
I have been working on automating a spreadsheet that contains a Regression Analysis. I have ran through it numerous times and it works just fine. However, when I send it to a coworker she gets an error saying "Run time error. Cannot run macro." She has macros enabled, but for whatever reason, it will not run. Any thoughts?? Thanks!
(This is where the error occurs)
Application.Run "ATPVBAEN.XLAM!Regress", Sheets("Data").Range("M5:M" & x1), _
Sheets("Data").Range("O5:S" & y1), False, False, , "", False, False, _
False, False, , False
I have been working on automating a spreadsheet that contains a Regression Analysis. I have ran through it numerous times and it works just fine. However, when I send it to a coworker she gets an error saying "Run time error. Cannot run macro." She has macros enabled, but for whatever reason, it will not run. Any thoughts?? Thanks!
(This is where the error occurs)
Application.Run "ATPVBAEN.XLAM!Regress", Sheets("Data").Range("M5:M" & x1), _
Sheets("Data").Range("O5:S" & y1), False, False, , "", False, False, _
False, False, , False