Excel AddIn using Excel DNA, VS2008, C#, MyUDF(param1, parm2) when I type in "=MyUDF" and hit enter, Excel displays a huge number like 970063926 and my c# code for MyUDF is not run

Anyone know what is this huge number?

thanks

link|improve this question

62% accept rate
Are you not passing in the parameters the function needs? It won't run if you aren't passing in 2 parameters and without seeing your code, that's all I can say :( – Issun Jul 23 '11 at 14:10
No, I did not pass any parameters. So what is the huge number and how to avoid it or display more meaningful message in this case? thanks – toosensitive Jul 25 '11 at 15:06
I wish I could tell you. I tried all sorts of typing mistakes on my own c# add-in UDFs and in all cases, I get a #NAME error if I forget to pass paramaters. Sorry I couldn't be of any help, hopefully someone else will see the thread/comments and answer it for you! – Issun Jul 25 '11 at 16:19
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.