Hi All,
In Microsoft Excel, there is an method to keep particular menus expanded. By calling
CommandBars("File"
.AdaptiveMenu = False
you can keep the File menu in Excel from hidding unused menu items.
Question: We have been able to do this with the built in menus. Any way to do this with custom Menus. We get an automation error when attempting this.
Thanks,
Karl
In Microsoft Excel, there is an method to keep particular menus expanded. By calling
CommandBars("File"
you can keep the File menu in Excel from hidding unused menu items.
Question: We have been able to do this with the built in menus. Any way to do this with custom Menus. We get an automation error when attempting this.
Thanks,
Karl