Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Microsoft Excel DLLs
Message
 
To
23/03/1999 18:10:31
Louis Schwartz
Strategic Investment Partners
Arlington, Virginia, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00201232
Message ID:
00201347
Views:
21
Hi Louis,

>I know how to use excel functions when using excel as a COM object, but what I'd really like to do is call the excel functions directly, to perform linear regressions, std deviations, etc. I'm sure that they must be contained in an external DLL

No, they must not be stored in a DLL in a format that is usuable from any other application. After all, Excel provides the COM interface and DDE, why should it provide a further interface. You actually have to use COM. If it's too slow, try to move the entire calculation into a VBA script and execute that script from VFP.

Christof
--
Christof
Previous
Reply
Map
View

Click here to load this message in the networking platform