I have a XLA that has a macro custom menu in it. I tried to add te XLA through te Add In option in Excel and the menu appears. However, when I close Excel and open it again, the custom menu is gone. In the Add In window, the XLA file Add In is still checked which means it is still installed. But how come the custom menu is gone if it is still installed? I have to uninstall and reinstall the XLA file again to get back the menu.

Is it possible to let the custom menu to stay until the user uninstalls the XLA file from the Add In option window? Right now, this happens even when I did not run any code to remove the menu in the XLA workbook's addin_uninstall event. But the menu is created in its addin_install event.

Thanks.