Excel COM add is not loading during startup and have to add it manually
Asked Answered
B

4

8

Excel COM addin is not loading during starting up and each time I have to add it manually. After checking the File > OPtions > Add-ins > Manage -> COM addins, I see that the 'add in' is in 'Unloaded' state. Not sure how to make it automatically load at startup.

enter image description here

Baffle answered 10/1, 2018 at 16:13 Comment(0)
B
11

Here's what fixed the issue for me.

Steps:

  1. Start > type 'regedit'

  2. Navigate to HKEY_CURRENT_USER\Software\Microsoft\Office\Excel\Addins

  3. Then change the value of loadBehaviour to 3 for HyperionComAddin. As shown below. Just to clarify, this is the add-in that was not loading during start up for me. Picture in the question is to give an example.

  4. Close registry and reopen it to make sure that value has not changed.

  5. Now restart excel. enter image description here

Baffle answered 10/1, 2018 at 16:13 Comment(1)
This also works for SAP EPM/BPC (Hyperion competitor!).Milesmilesian
B
3

Tried and Tested on MS Excel 365 Version 1908 (Build 11929.20838 Click-to-Run)

I too had faced this issue after my organization updated my MS Office suite. I created a custom ribbon for my addin and that was activating on excel startup.

So, I added my Addins folder to trusted paths:

Options-->Trust Center-->Trust Center Settings

Under the Trusted Locations, Just add the folder path where the addin is located.

Hope this works for your version of Excel application.

Biserrate answered 29/6, 2020 at 11:4 Comment(0)
V
0

This also works for Microsoft Dynamics Excel Add In (VSTO). Upon doing above and change loading behaviour 0 to 3, closing Reg Edit, re open EXCEL, the Dynamics Add In is up, showing Dynamics TAB

Vocalic answered 23/5, 2019 at 3:58 Comment(0)
S
0

It's also worth adding that the add-in has to be a trusted document or be located in a trust

Silicle answered 9/10, 2019 at 16:15 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.