Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
My goal is to write a plugin to Excel that has a number of utility
functions. To date I have been using Interop Automation but cannot get it to return an array of values, if I do return an array then only the first value is displayed. I have been hunting all over the groups and web for ideas on how to return an array from a C# plugin within Excel. Various ideas have come up such as referencing the cell that called the function using Extensibility.IDTExtensibility2 combined with Automation. I have considered going 'back' to an XLL written in C/C++ but I would prefer a more '.NET' solution. There is the Visual Studio Tools for Office route, however there does not appear to be much in the way of online documentation for creating even a simple plugin that has a number of functions. Any ideas or help greatly appreciated, I will share the solution(s) should they be discovered. As an aside, the plugin will be calling webservices. C# seems the natural choice as the web service consumer code is a couple of lines once the 'web reference' has been added to the visual studio project. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel MSN Money Stock Quote plugin should return Dividend Info. | Excel Programming | |||
Use array to return array of values | Excel Worksheet Functions | |||
Put values into excel range from single dimension array | Excel Programming | |||
Return an array of values from a function | Excel Programming | |||
VBA Syntax for VLOOKUP to return array of return values | Excel Programming |