View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ed[_11_] Ed[_11_] is offline
external usenet poster
 
Posts: 1
Default Returning ranges from xll

Hi,
We need to return an array of values from user defined
worksheet function (C++ xll). However, excel only display
first value of the range in the cell.

I was also experimenting with manually populating cells
through xlSet call, but to no avail.

Does anyone know of anyway to display arrays/ranges from
xll functions? According to ms documentation (Excel
developer's kit) xlSet call should work, but does not
seem to...

Thanks,
Ed