Would it be worth making a dll for this?
Developed an Excel add-in that uses a number of heavy (on memory and
processor) array manipulations.
Would there be any advantage in making a dll to let this do the work? It
would be given an array
and a number of other arguments and the return will usually be an array. I
suppose the only way of knowing will be
to try it, but I am interested in some general thoughts about this.
RBS
|