Excel COM Addin

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Eric

    Excel COM Addin

    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 IDTExtensibilit y2 to create
    buttons and menus on excel which will be hooked up to perform certain
    functions.

    How can i go about doing this?

    Please help.
    Koome
  • Fabien SK

    #2
    Re: Excel COM Addin

    Eric wrote:
    [color=blue]
    > 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 IDTExtensibilit y2 to create
    > buttons and menus on excel which will be hooked up to perform certain
    > functions.[/color]

    Search Google:

    [HKEY_CURRENT_US ER\Software\Mic rosoft\Office\O utlook\Addins\S ampleAddIn.AddI nIFace]
    "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.

    Comment

    Working...