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
I\'m looking to make an AddIn for excel that modifies formulas in cells. Looking at Microsoft\'s C# and VBA API, I don\'t even see a Formula object. All I can get is the string that is displayed. Is t
I have some UDFs in an XLAM file.Intellisense doesn\'t seem to pickup these UDFs when the XLAM is installed as an add-in.The UDFs themselves work fine in Excel, its just that they don\'t appear in int
I am trying to use regular expressions in a macro for an Excel document. Here is what I have so far:
Suppose I have a UDF MyFunc() which is too costly to call more than once, MyFunc() returns an array.By default, if applied to a single cell then the first value in the arr开发者_StackOverflow社区ay is
I\'d like to extend the MS Excel 2010 by adding some more \"Additional Cell Actions\". (accessible via cell right-click > Additional Cell Actions). Sp开发者_运维百科ecifically, I\'d like Excel to:
Good morning. I have a Microsoft Excel Macro Enabled Workbook with two worksheets: let\'s say Sheet1 and Sheet2. In Sheet2 I have a combo box (form control) that works as a table sorter. This table wi
I\'ve got an Excel file that should have the text \'UNK\' as the first 3 letters开发者_如何学Python of cell A10 (I don\'t care what comes after the UNK). If it does NOT match this text, I need to inse
I am using Excel 2010 to create a list of the top 10 vendors by sales during a specified time period. The catch is that I need to consider only customers that are a member of a particular set. I found
I am new to VBA although I have some experience in Visual Basic. I have a Microsoft Excel 2010 worksheet. Row 29 has the headers of a table and the data is from row 30 and so on. This table has like 2