mobigital
unread,Feb 26, 2009, 9:59:02 AM2/26/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ExcelDna
on some computers, I am getting this error in the RTD function
wrapper:
In some cases the error can be fixed by unchecking the add-in in add-
ins menu, click OK, then check again, click OK.
In those cases the error persists whenever a file is opened that
references the RTD wrapped function.
(not once when Excel is opened, but every time a new file is opened).
2/26/2009 9:25:17 AM Error in MyFunction:
System.Runtime.InteropServices.COMException (0x800A03EC): RTD method
of WorksheetFunction class failed
at System.RuntimeType.ForwardCallToInvokeMember(String memberName,
BindingFlags flags, Object target, Int32[] aWrapperTypes, MessageData&
msgData)
at Microsoft.Office.Interop.Excel.WorksheetFunction.RTD(Object
progID, Object server, Object topic1, Object topic2, Object topic3,
Object topic4, Object topic5, Object topic6, Object topic7, Object
topic8, Object topic9, Object topic10, Object topic11, Object topic12,
Object topic13, Object topic14, Object topic15, Object topic16, Object
topic17, Object topic18, Object topic19, Object topic20, Object
topic21, Object topic22, Object topic23, Object topic24, Object
topic25, Object topic26, Object topic27, Object topic28)
at MyClass.MyFunction(Object arg1, Object arg2, Object data1,
Object data2, Object data3, Object data4, Object data5, Object data6)
in C:\stuff\MyClass.cs:line 36
this error persisted in ExcelDna version 0-16, and also in 0-18
any help would be greatly appreciated