disable custom toolbar

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

i have a custom menu toolbar (on the same toolbar as file,edit,etc)
the custom toolbar is named Choice it has about 5 submenus
is there a way to disable the toolbar Choice

thanks in advance
 
From VB, run this:

CommandBars("Worksheet Menu Bar").Controls("Choice").Enabled = False
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top