VBA Excel how to emove drop down from custom toolbar?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ConieFL
    New Member
    • Sep 2007
    • 8

    VBA Excel how to emove drop down from custom toolbar?

    I have and excel spreadsheet with a custom toolbar. On the end of the custom tool bar is a down arrow for a pull down menu which displays
    'Add or Remove Buttons'

    Is there a way not to display the 'Add or Remove Buttons' drop down on a user created custom toolbar?
  • ubentook
    New Member
    • Dec 2007
    • 58

    #2
    You can protect the toolbar to prevent the adding or deleting of buttons ...

    MyBar.Protectio n = msoBarNoCustomi ze

    Maybe that will suit your needs.

    Comment

    • ConieFL
      New Member
      • Sep 2007
      • 8

      #3
      Thank you I will give it a try.

      Comment

      Working...