Enable Excel Add-In

FryGirl

Well-known Member
Joined
Nov 11, 2008
Messages
1,364
Office Version
  1. 365
  2. 2016
Platform
  1. Windows
I have an Excel Add-In which I installed through the Excel Options -- Add-ins -- Manage Excel Add-ins and placed a check next to the add-in.

This add-in use to load fine and I would see it through the Ribbon under the Add-Ins tab, but it no longer shows up.

If I look in the VBE the code is there and if I look in the Excel Options it show up as an Active Application Add-in.

Any thoughts on how to get the Add-in to show back up in the Ribbon?
 

Excel Facts

Is there a shortcut key for strikethrough?
Ctrl+S is used for Save. Ctrl+5 is used for Strikethrough. Why Ctrl+5? When you use hashmarks to count |||| is 4, strike through to mean 5.
Have you tried unchecking the add-in in the add-ins manager, then close Excel, reopen Excel and check it again?
 
Upvote 0
Hi Joe,

Yes I have tried that but still will not show up.
 
Upvote 0
Hi Joe,

Yes I have tried that but still will not show up.
How about this:
Close Excel
Go to the folder containing the add-in (.xla or .xlam file) and rename the file.
Reopen Excel and go to the add-ins manager and click on the old file name. This should prompt a dialog box indicating Excel cannot find the file and asking you if you want to delete it - say yes. Now browse to the add-ins folder and select the newly renamed file and check its box.
You may have to tweak this procedure a bit as my memory is rusty.
 
Upvote 0
The Add-In can be disabled by Excel, for example after fault.

To re-enable Add-In that has been hard disabled by Excel:

1. In Excel 2007 click the Microsoft Office Button (or menu File in Excel 2010+)
2. Click the Excel Options button
3. In the categories pane click Add-ins
4. In the details pane locate the add-in in the Disabled Application Add-ins list
5. In the Manage box click Disabled Items and then click Go
6. Select the add-in and click Enable
7. Click Close

In Excel 2003 it's in menu Help – About – Disabled Objects.
 
Upvote 0
Thanks all. Tried all these methods but nothing worked.
 
Upvote 0
If I look in the VBE the code is there
There can be issue with Add-In's code.
1. What happens if you run the code manually from VBE or by Alt-F8?
2. Is it working on another PC?
3. Can you provide the link to that Add-In or upload/send it for analyzing?
 
Upvote 0

Forum statistics

Threads
1,215,059
Messages
6,122,917
Members
449,093
Latest member
dbomb1414

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top