Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello developers,
I have a class like this one below, registered as COM server and added to Add Ins. [Guid("some guid here")] [ClassInterface(ClassInterfaceType.AutoDual)] [ComVisible(true)] public class Functions { public object MyFunction() { return ... } } How do I return special values like #NAME!, #VALUE!, etc from my function? Another question: how do I force Excel workbook to recalculate (F9) from my VSTO Add In? Thank you for any hints. Tomasz |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I move documents between Excel 2007 and 2008 | Excel Discussion (Misc queries) | |||
Function & paste special values | Excel Worksheet Functions | |||
2007 Excel Paste Special Values Deletes Comment | Excel Discussion (Misc queries) | |||
Excel 2003/2007 paste special values shows bizarre results | Excel Worksheet Functions | |||
Excel 2007 VB function call return value syntax question | Excel Programming |