excel-addins
How to make an XLAM UDF call portable?
It seems that when I call a UDF in an XLAM file, the path to the XLAM file is embedded in the spreadsheet.When I open the spreadsheet from another machine (which has the same XLAM add-in installed, ju[详细]
2023-04-13 07:37 分类:问答excel addin taking forever to build in visual studio 2010
Does visual studio hit some server somewhere when building an excel addin? Since Sep 28 2011, I have noticed that just creating a default excel addin takes several minutes to build every time.[详细]
2023-04-10 23:22 分类:问答How do I create a GUI add in for excel?
I\'ve done some mucking around on Google but I still can\'t find what project this would be in Visual Studio. I want to create a GUI add in for Excel, for example a dock window on a ribbon with a wind[详细]
2023-03-30 18:52 分类:问答How to conduct performance test on custom Excel add-in and automation functions
According to MSDN, http://msdn.microsoft.com/en-us/library/dd293540.aspx, Visual Studio Professional is not supported in terms of performance and stress testing. I am hoping some onehere can suggest a[详细]
2023-03-29 19:39 分类:问答Simple C# Excel Add-In Ribbon Button to Color Cells
First, a big thank you to anyone that read this question and can help. I\'m sing VS2010 and I\'ve created a Excel 2007 Add-In Project using the wizard, then I added a new folder to my project called[详细]
2023-03-29 14:18 分类:问答How to solve this error, "The base class 'Microsoft.Office.Tools.Ribbon.RibbonCollectionBase' cannot be designed"
Whenever I try to add a new ribbon into my Excel 2010 addin project, I get the following warning message[详细]
2023-03-27 12:00 分类:问答Excel AddIn in Excel 2011 for MAC
How do you cr开发者_运维知识库eate an AddIn for Excel, if I am using Excel (Office 2011) on my MAC Machine(OS X Lion).Office 2011 still does not have a \"full-fledged AddIn-API\" but most of the VBA i[详细]
2023-03-22 06:28 分类:问答Excel UDF returns a huge number
Excel AddIn using Excel DNA, VS2008, C#, MyUDF(param1, parm2) when I type in \"=MyUDF\" and hit enter, Excel displays a huge number like 970063926[详细]
2023-03-19 05:44 分类:问答How do I enable an Excel Automation Add-in through the registry?
I have an Excel Automation Add-in that is registered with COM by my installer.By registering with COM, my add-in appears in the (for Excel 2007) Excel Options > Add-Ins > Manage Excel Add-Ins Go... >[详细]
2023-03-12 14:42 分类:问答Excel 2007 VSTO Add-in Not visible even after successful install
I am bit confused with the excel 2007 addin behaviour. Any ideas is highly appreciated. Here is what I am doing in chronological order.[详细]
2023-03-08 23:04 分类:问答