Can someone provide a code snippet of adding a menu item from a C# automation add in. There is a C# example in the link below adding a menu item from a full blown Visual Studio Tools for Office project:

http://msdn.microsoft.com/library/de...asp?frame=true

However this approach does not seem to work with an Automation Add-in as the calls into the Add-in do not include invoking ThisWorkbook_Open() which in the above example is where the menu item is added.

Thanks,
Steve