Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6020699
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T03:36:23+00:00 2026-05-23T03:36:23+00:00

I have an Excel Automation Add-in that is registered with COM by my installer.

  • 0

I have an Excel Automation Add-in that is registered with COM by my installer. By registering with COM, my add-in appears in the (for Excel 2007) Excel Options > Add-Ins > Manage Excel Add-Ins Go… > Automation list. The users must still navigate to the dialog above and select my add-in to enable it.

Is it possible (via a registry key perhaps) to enable my automaton add-in programmatically in my installer class (or in VBA) after the types are registered with COM?

Thanks in advance – Frank

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T03:36:24+00:00Added an answer on May 23, 2026 at 3:36 am

    Ive not done ths specifically, but a reference that I use has this to say regarding your question:

    Automation Add-Ins are loaded in the same way as normal .xla Add-Ins , but using the ProgID instead of the file name, as in the following code:

    Sub installAutomationAddIn()
        AddIns.Add Filename:="Excel2007ProgRef.Simple"
        AddIns("Excel2007ProgRef.Simple").Installed = True
    End Sub
    

    If you are creating an installation routinefor your Add-In, you may want to write directly to the registry in order to set the Automation Add-In as installed. To do so, you need to create the following registry entry (Which will already exist if you’ve used the above code).

    (In the Registry Key:)
    HKEY_CURRENT_USER\SOftware\Microsoft\Office\12.0\Excel\Options
    
    (Create the string value:)
    Name = the first unused item in the series: Open, Open1, Open2, etc.
    Value = /A "Excel2007ProgRef.Simple"
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have developed a server app that uses Excel 2007 COM automation to convert
I have created an Automation Add-in for Excel,implemented as a c# class library, which
I’m trying to create a COM User Defined Function automation add in for Excel
VSTO 4.0 / Office 2007 In an Excel document-level automation project, I have a
I have a working RTD Excel automation add-in similar to the one described here
I am writting an MS Excel COM-Addin in Delphi 2006. I'm have Excel 2007
I have created an Automation Add-in for Excel,implemented as a C# class library, which
I have Excel add-in which I add so many class modules that it is
I have 2 excel files: IDList.csv and Database.csv. IDList contains a list of 300
I have an Excel spreadsheet that I have exported from some other program. It

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.