Shimmed Automation addin

Posted by Sandy on Stack Overflow See other posts from Stack Overflow or by Sandy
Published on 2010-04-15T04:05:08Z Indexed on 2010/04/15 4:13 UTC
Read the original article Hit count: 259

Filed under:
|
|

I am developing an Excel addin that has an udf and calls it as a worksheet function. It is a com addin where I am using the IDTExtensibility2 interface and set the class interface type as autodual and then shim it as in the link http://blogs.msdn.com/andreww/archive/2006/07/23/excel-interop-types-in-shimmed-automation-add-ins.aspx

Things work fine in my development machine but I am having a tough time packaging the assembly. The addin registers but the formula does not appear in the formula bar of Excel after the installation.

Can someone help me with the right way to get it done ? I use VS 2008 and Office 2007 for my testing.

Thanks in advance.

© Stack Overflow or respective owner

Related posts about automation

Related posts about shim