EXPLODE ADD-IN: How to get rid of it, and keep my Add-In Tab

actjfc

Active Member
Joined
Jun 28, 2003
Messages
416
Excel friends, I need your help!

I ran the old Explode Addin in Excel 2016 then my Add-In Menu Tab disappeared anytime I unload the Explode Add-In. The only way the Addin menu tab appears again is I load Explode again. So, I want to get rid of the Menu Bar with the Explode icon and keep my regular Add-In Tab. How can I get back my regular Menu?

The Explode code for the tabs is:

Private Sub Workbook_Open()
Application.CommandBars("Explode").Visible = True
End Sub

Private Sub Workbook_BeforeClose(Cancel As Boolean)
Application.CommandBars("Explode").Visible = False
End Sub

Any help is highly appreciated!
 

Excel Facts

Save Often
If you start asking yourself if now is a good time to save your Excel workbook, the answer is Yes

Forum statistics

Threads
1,223,272
Messages
6,171,113
Members
452,381
Latest member
Nova88

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