View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Michel Petit[_2_] Michel Petit[_2_] is offline
external usenet poster
 
Posts: 8
Default Yield VBA function missing in Excel 2007

Price and Yield are now part of standard functions in Excel-2007.
Application.WorksheetFunctions.Yield(7 pars) returns error: "Object does not
support method", when called from VBA code. I believe it shouldn't.
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.