lock menu for change

  • Thread starter Thread starter thread
  • Start date Start date
T

thread

Hi all,
I'm trying to build an application that during its work there is no
posiblity for making any use of menu/toolbar becaouse if will be
disables,is there a way to do it via vba?
 
Hi,
try:

Application.CommandBars("Menu bar").Enabled = False

HTH
Good luck
 
hi freakazued,
thank you very much,this is exacly what i need but there is still stuff
that i want to make disable like design form and properties,is there a
way to make them disable as well?
 

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