Error when using Yield in Excel 2007 VBA

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.
 
R

Ron Rosenfeld

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top