Load behaviour from Excel Automation Addin

Add-in Express™ Support Service
That's what is more important than anything else

Load behaviour from Excel Automation Addin
Question 
Patrick Esche




Posts: 8
Joined: 2005-03-01
Hi,

I am using addin-Express .net 2007, Microsoft Visual Studio 2005 and Microsoft Office 2003 to write some own functions for Excel. Works great, but when Excel is started and I open a workbook and then activate a cell in which one of these functions is called, the editing line says something like "=ExcelAutomationAddin.AddinModule.GetPayment(A1;A2;A3)" and when I recalculate this cell, it says "=GetPayment(A1;A2;A3)". Any chance of getting the latter without recalculating? I hope my question is not too confusing.
Thank you very much.
Posted 22 Jan, 2007 08:25:30 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Hi Patrick.

You can enter the formula as "=GetPayment(A1;A2;A3)" directly in the Excel cell. In this case it appears without the module name.

P.S. Note that we take up your forum requests in the order we receive them.
Besides, it may take us some time to investigate your issue. Please be sure we will let you know as soon as the best possible solution is found.
Posted 22 Jan, 2007 10:26:51 Top
Patrick Esche




Posts: 8
Joined: 2005-03-01
Hi Sergey,

that is correct, but once I save the workbook, close Excel and open the workbook again, it's back to "=ExcelAutomationAddin.AddinModule.GetPayment(A1;A2;A3)". This is nothing serious, I was just wondering if there is a way to avoid that as it could lead to questions from customers.
Posted 22 Jan, 2007 15:18:46 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Patrick, I am afraid it is not possible to change such behaviour.
Posted 23 Jan, 2007 07:33:36 Top