Hi,

I created a custom menu in vba using this command line:

Set KeepaButton = Application.CommandBars("Tools").Controls.Add(Type:=msoControlButton)

I cannot get rid of the now empty menu group "Menu Commands" now being displayed on the Add-Ins tool bar and it is driving me crazy, I could right click the menu item and delete, which I did!

MenuCommands.png

I have tried to sort it through Customize Ribbon, but the Menu Commands item is greyed out along with the Remove button.

customizeribbon.png

I am assuming I will have to do this programmaticaly, but I can't see how!

I would really appreciate some help!!!

Thanks you!