Re: Noob, learning how to use dll's.
- Posted by Matt Lewis <matthewwalkerlewis at ?ma?l.com> Jun 13, 2008
- 778 views
Mike777 wrote: > > I'm interested in creating a DLL that exposes a function which can be utilized > within an Excel spreadsheet. > > For example, say my DLL has a function which is called specialaverage and it > takes a series of potentially 10 numbers and calculates a "special average" > (say, something like the highest 3 consecutive out of 5, using a floor > approach whereby the next in the series can never be less than 20% beneath > what its predecessor is). I want to put: > > =specialaverage(a1..a10) > > in the cell and have the result populated. > > I have looked at the notes on MSDN on creating a DLL for use with excel > (referred to as an xll, I believe) but I'm not able to understand whether > doing so in Euphoria is even possible. Do you have a live link for these notes? Matt