I\'ve got a XLL Addin and I\'m trying to run it under Excel 2007 XP without VBA installed. My addin is well registered (OPEN key as /R \"C:\\Program Files (x86)\\MyAddin\\myAddin.xll\" in HKEY_CURRENT
I know this question has been posted before... but I haven\'t found any answer yet (besides from the generic answers about how XLL are actually D开发者_运维问答LL, etc).
When you type a function and press CTRL + SHIFT + A, you get a completion in Excel for the rest of the arguments.
I have a particular function开发者_如何学JAVA in an Excel addin(xll). The addin is proprietary and we do not have access to the source code. However we need to call some functions contained within the
I have a XLL Addin (Test.xll). I wish to use this in my C# (VS2008/.Net 3.5) application. If anybody can guide me how to use this in my C# application.