Katto01 - I assume you are using the VBA version, which is ver 2.6
The code will run directly form Excel without any additional references, but there are a couple of things you need to do: - Many of the functions call functions from other modules, which you will need for it to work. You can either install all the modules in single project, or find any example in the manual or on the Internet, or work by trial and error, to find just the modules you need. - If you want to use a function as an Excel UDF you will need to write an interface function to convert the input data into the correct format, e.g. Excel range object into a 1D base 0 array of doubles.
My blog (address below) has quite a few examples; just search it for Alglib. Please ask if you have any specific questions.
_________________ Doug Jenkins http://newtonexcelbach.wordpress.com/
|