Prevent Tool bar buttons from displayinf

  • Thread starter Thread starter Soniya
  • Start date Start date
S

Soniya

Hi all,

How can I prevent displaying all tool bars (tool bar
buttons)

even after using

Application.CommandBars("Toolbar List").Enabled = False

still toolbar buutons are displayed and enabled?

TIA
Soniya
 
That command has nothing to do with whether they display or not.

There are many commandbars - which one are you trying not to display?

Application.CommandBars("Worksheet Menu Bar").enabled = False

might be what you want.
 
Back
Top