I am trying to write a macro which will automatically run an F-Test from the Excell Add-Ins. I tried recording the macro using the data analysis and only got a code of:

Application.Run "ATPVBAEN.XLAM!Ftestv", , , "", False, 0.05
If I actually try to run that, I get a

Run Time Error 1004
Method 'Run' of object '_Application' failed.

I am not sure why this is happening and cannot locate help anywhere else.

Any help would be appreciated