disable right mouse click on "Worksheet Menu Bar"

  • Thread starter Thread starter Max Potters
  • Start date Start date
M

Max Potters

HI

I would like to disable the right mouse click on the "Worksheet Menu Bar",
so that you can't add other toolbars such as Standard, Formatting etc..
Unfortunately I couldnt find this in the VBA Help

Hoping someone can help

Max Potters
 
Hi Max

Try this

Application.CommandBars("Toolbar List").Enabled = False
 
unfortunately, double-click still is accessible.

--

HTH

RP
(remove nothere from the email address if mailing direct)
 

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