View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Charles Williams Charles Williams is offline
external usenet poster
 
Posts: 968
Default How To Remove Add-in Icons From the 2007 Ribbon

Your addins should delete the toolbars they create in their Workbook_Close
event, then you won't have this problem.

Probably you can get rid of the existing icons by deleting your Excel12.xlb,
although I have not tried this.

regards
Charles
__________________________________________________
The Excel Calculation Site
http://www.decisionmodels.com


"mcarbon1" wrote in message
...
I frequently debug Excel 2007 add-ins. Once I load an add-in, it, of
course shows up on the Ribbon Add-In tab.

After I'm done, I unload the add-in, clean up in the Add-n Manager,
delete the .XLA file, etc., but the damned icons still stay in the
ribbon. I'm building up a large collection of unused, unlinked, good-
for-nothing icons in the Ribbon.

Is there ANY way to get rid of them?

I've tried creating a new PERSONAL.XLSB file, with no addins, but that
doesn't seem to work.

Any help would be greatly appreciated!

Mark