Welcome to Office Zealot Sign in | Join | Help

January 2005 - Posts

Volatile Managed UDFs

In previous posts and in my book , I discussed how to build managed User-Defined Functions (that is, managed Automation Add-ins that expose functions for use in cell formulas) for Excel. Eric Carter has also explored the topic in his blog . One small
Posted by whitechapel | 1 Comments

Why is it so hard to build add-ins?

Why do have have so much trouble plugging addins into applications? ...and how many different models do we support? Let me count the ways... 1. Unmanaged COM (IDTExtensibility2) add-ins. 2. Managed COM add-ins, registered against MSCorEE.dll. 3. Managed
Posted by whitechapel | 0 Comments