Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

No Add-In Tab Though Add-In is Loaded and Working

I wrote an Excel VBA add-in over ten years ago, which uses the old Commandbars to put a menu in Excel's Tools menu (in Excel 2003 and earlier) or in Excel's Add-Ins tab (in Excel 2007 and later). I've never had a problem with the menu appearing, in all versions of Excel from 97 through 2013.

But now a user says Excel Add-Ins menu not appearing for him in Excel 2013. Normally that means the add-in isn't loaded, but in his case the add-in is loaded and working. We know the add-in is loaded and working because the add-in adds user-defined worksheet functions, and those UDFs are working fine for him. But he wants to get to the add-in's menu and can't.

My googling showed that some people are having trouble with the Add-Ins menu in 2013, but I didn't find anything specific to this problem.

Yes, he's tried enabling the Add-Ins tab in Excel Options > Customize the Ribbon.

BTW this is an .xla add-in, not a COM add-in.

Any suggestions?

like image 363
Greg Lovern Avatar asked May 24 '14 03:05

Greg Lovern


People also ask

Why is my add-in tab not showing Excel?

Click the Office button, and then click Excel Options. Click Add-Ins. Under Manage, click Disabled Items, and then click Go. On the Add-Ins dialog box, if RUNNER for TRANSACTION appears in the list, select it.

How do I enable the Addin tab in Excel?

To activate an Excel add-inClick the File tab, click Options, and then click the Add-Ins category. In the Manage box, click Excel Add-ins, and then click Go. The Add-Ins dialog box appears. In the Add-Ins available box, select the check box next to the add-in that you want to activate, and then click OK.

Why can't I add add-ins on word?

Sign out of Microsoft Word by clicking Word > Sign Out… Restart Microsoft Word and sign in again. Open the Insert menu and click Get Add-ins or Store.


2 Answers

I have Excel 2010 and had the add-in tab disappear for MrExcel HTML add-in. I tried all types of suggestions - and finally found one that worked for me!

Go to the add-ins folder where you have your add in saved. Right click on the file, and select Properties. At the bottom of the General tab - if it says "Security" - check on the "Unblock" option.

Voila! My add-ins never disappear anymore!

like image 65
ShaneSuzanne Avatar answered Sep 27 '22 19:09

ShaneSuzanne


Solved:

Solved this now but really weird solution if you enabled the Add-in whilst the Analysis ToolPaks were enabled it'd have the issue you above, but if you enabled the Add-in whilst the Analysis ToolPaks weren't ticked then went back in to it and re-ticked the Analysis ToolPaks it'd be fine and wouldn't disappear! Was an extremely strange issue!

See Spiceworks

like image 38
Walter Schrabmair Avatar answered Sep 27 '22 20:09

Walter Schrabmair