Re: Noob, learning how to use dll's.

new topic     » goto parent     » topic index » view thread      » older message » newer message

Matt Lewis wrote:
> 
> 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?

http://msdn.microsoft.com/en-us/library/bb687883.aspx

Mike

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu