Top "Excel-addins" questions

Excel add-ins are self-contained programs that extend or add functionality to Microsoft Office Excel.

I don't want my Excel Add-In to return an array (instead I need a UDF to change other cells)

I've created an Excel Add-In, and one of the functions of this Add-In, lets say New_Years currently takes in 2 …

c++ arrays excel add-in excel-addins
Call Excel Add-In function in macro

I am developing Add-in for Excel 2013 and I have created a function in Excel Add-In as below public string ExcelReturnString() { …

c# vba excel excel-addins
Acces Excel Sheet from Button a Ribbon

Ok, so I got my main AddIn which auto generated (Attachment 1) and there is my Ribbon (Attachment 2) and I want …

c# vsto ms-office ribbon excel-addins
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 …

c# visual-studio-2010 excel excel-2007 excel-addins
can histogram function in analysis toolpak update results when input data is updated?

I am using histogram and correlation functions in Analysis Toolpak and need the results to be updated as I change …

excel excel-addins
Programmatically Save Excel Add-In

I have a worksheet updated occasionally by users that is used to make an Add-In (.XLAM). The Add-In is located …

vba excel add-in excel-addins
How to perform .Onkey Event in an Excel Add-In created with Visual Studio 2010?

I am creating an Excel Add-In using Visual Studio 2010. I would like to run some code when users clicks a …

vb.net visual-studio excel vsto excel-addins