Error when using Yield in Excel 2007 VBA

  • Thread starter Thread starter Michel Petit
  • Start date Start date
M

Michel Petit

Application.WorksheetFunctions.Yield(7 pars) returns error: "Object does not
support method", when called from VBA code. It works fine in the cell
(=YIELD(...) ).
All others functions used (Price, Duration, MDudation) works fine from VBA.

I'm using Office-Pro-2007 60 days Trial, with SP1 included, Activated; to
update a 2000 and 2003 project for Office 2007 use.

Is this a bug? Is beacuse of Trial version? Some SP missing?
Thanks for any help.
 
On Mon, 9 Mar 2009 13:13:02 -0700, Michel Petit <Michel
Application.WorksheetFunctions.Yield(7 pars) returns error: "Object does not
support method", when called from VBA code. It works fine in the cell
(=YIELD(...) ).
All others functions used (Price, Duration, MDudation) works fine from VBA.

I'm using Office-Pro-2007 60 days Trial, with SP1 included, Activated; to
update a 2000 and 2003 project for Office 2007 use.

Is this a bug? Is beacuse of Trial version? Some SP missing?
Thanks for any help.

Bernard Liengme reported this as a bug several months ago.
--ron
 
Back
Top