R
rexhuston
hi,
I am trying to use the atpvbaen function of excell to make
some calcultions. Everything is going ok until I hit tis
line:
rec![YTM] = XLapp.Application.Run("ATPVBAEN.XLA!Yield",
report_date_string, end_date, rate, pr, 100, 2, 0)
I get the error Method Collect of Object Recordset failed.
I double checked the parameters in this function to make
sure they are the right type. Anybody have any ideas on
what kind of problems cause this error? My guess is it
would be a reference error, but I cant figure it out.
Thanks,
rex
I am trying to use the atpvbaen function of excell to make
some calcultions. Everything is going ok until I hit tis
line:
rec![YTM] = XLapp.Application.Run("ATPVBAEN.XLA!Yield",
report_date_string, end_date, rate, pr, 100, 2, 0)
I get the error Method Collect of Object Recordset failed.
I double checked the parameters in this function to make
sure they are the right type. Anybody have any ideas on
what kind of problems cause this error? My guess is it
would be a reference error, but I cant figure it out.
Thanks,
rex