Excel COM Addin

Fabien SK fabsk+news at free.fr
Thu Aug 14 10:45:53 EDT 2003


Eric wrote:

> I would like to Write an Excel Addin like the Outlook Addin in the COM
> samples but i am stuck since after examining the windows registry,
> there is no Excel addin Key.
> 
> The application would utilise interface IDTExtensibility2 to create
> buttons and menus on excel which will be hooked up to perform certain
> functions.

Search Google:

[HKEY_CURRENT_USER\Software\Microsoft\Office\Outlook\Addins\SampleAddIn.AddInIFace]
"FriendlyName"="Sample Add-in"
"Description"="Sample Outlook Add-In"
"LoadBehavior"=dword:00000008

If you search Google some keywords above, you will find a MSDN article.





More information about the Python-list mailing list