I know how to make it so menus will show, not show with:
DoCmd.ShowToolbar "Any Menu I Want", acToolbarNo
DoCmd.ShowToolbar "Custom Menu", acToolbarYes
But I do not want to use this DoCmd to not show all menus.
I want to be able to close all menus including custom menus (without knowing the names of them) so that I can set the one menu I want to show. Please help.
Thank you.
DoCmd.ShowToolbar "Any Menu I Want", acToolbarNo
DoCmd.ShowToolbar "Custom Menu", acToolbarYes
But I do not want to use this DoCmd to not show all menus.
I want to be able to close all menus including custom menus (without knowing the names of them) so that I can set the one menu I want to show. Please help.
Thank you.