View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Nicolas[_2_] Nicolas[_2_] is offline
external usenet poster
 
Posts: 3
Default array and CTRL+SHIFT+ENTER

Hi,

I have a user defined function in an xll add-in that is returning an array.
But the dimensions of the array returned can differ from call to call.

Is there a way to produce this scenario with Excel C API.

* the user select a single cell
* the user enter a function name and args
* the user press CTRL+SHIFT+ENTER
* the user defined function returns and array of x by y and the user can see
it

Thanks

Nic