Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Excel IRR Function
Message
De
28/12/2001 13:39:43
 
 
À
28/12/2001 09:23:44
JMGI Verkoijen
Crystal Clear Software Ltd.
Kampala, Uganda
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00598767
Message ID:
00598892
Vues:
17
>Does anybody know how to produce the Excel IRR function in Foxpro?
>
>Thanks for any help.
>Hans Verkoijen

You can execute it in Excel with automation. For example, the MIN function would be called like so:
oXL = GetObject(,"Excel.Application")
myRange = oXL.ActiveSheet.Range("B1:B5")
? oXL.WorkSheetFunction.Min(myRange)
HTH
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform