Excel uses the type library to display functions from an automation addin. The functions are shown in Excel's "Insert Function" dialog (after choosing the category).
What I want to do is to decide at runtime which functions to display in Excel's dialog. The requirement is to display different set of functions in different SKUs. So if SKU-1 is installed, I want to hide the other functions.
The problem is that Excel reads a Type Library which I believe is a static library. No sure if we can have some additional attributes inside it that can allow us to show/hide methods at runtime. Something like specifying a callback from within the TLB.