View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Torbjörn Lindström Torbjörn Lindström is offline
external usenet poster
 
Posts: 1
Default How can I use Analysis Toll Pack functions in VBA?

I like to build functions that calls Analysis Tool Pack
functins like YEARFRAC() and YIELD(). I have the add-
in "Analysis Tool Pack - VBA" (atpvbaen.xls) and Excel
2002.

I can not get it to work by using:
Application.WorksheetFunctions...