Strange functions appearing in UDF

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

Strange functions appearing in UDF
 
Maurice Calvert




Posts: 95
Joined: 2008-09-12
I am using ADX 2010.6.2.3051, WIndows 7. I have just moved from VS2008 to VS2010.

My UDF addin works fine, but when I use Excel's Insert Function, strange names appear in the function list:

User added an image

The names, recognisable, seem to be unintended Public declarations, but none of them exist in my project: Container, CVErr, ExcelApp, GetLifeTimeService, GetType, Site

This is more of an annoyance than a real problem, but it would be nice to get rid of these names.

Any ideas?
Posted 29 Nov, 2010 05:16:34 Top
Andrei Smolin


Add-in Express team


Posts: 18833
Joined: 2006-05-11
Hi Maurice,

That's because your module inherits those public members from AddinExpress.MSO.ADXExcelAddinModule. Unfortunately, there's no way to bypass this.


Andrei Smolin
Add-in Express Team Leader
Posted 29 Nov, 2010 09:48:36 Top
Maurice Calvert




Posts: 95
Joined: 2008-09-12
Ah, OK, thanks for the heads-up, worth noting in case someone else wonders.
Posted 30 Nov, 2010 15:38:28 Top