View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
RB Smissaert RB Smissaert is offline
external usenet poster
 
Posts: 2,452
Default 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