When i open my workbook, i would like to remove all toolbars and only display a custom toolbar that is created with a macro. I have all the coding i need EXCEPT for removing the toolbars. I have considered using the "Application.Commandbar("name of bar").visible = false" lines, but it seems to be a lot of coding as i would have to do this for each toolbar to ensure they are not displayed. My question is: Is there one line that I could use to apply the "visible = false" to all of the toolbars?
Bookmarks