C++ Excel 2007 SDK

X

XLjedi

Anyone here have any experience creating XLL's using Visual Studio 2008 C++?
(XLL in terms of native Excel formula development)

....or is this all VBA-related programming discussion.

I need to figure out how to get my UDF to return an array of values. I know
it needs to be an XLOPER12 struct, but everytime I try something like:

return (LPXLOPER12) xlArray;

....all I get in Excel as a return value is "TRUE" when it should be giving
me an array of values.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top