Protecting choice buttons

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

Guest

I've created these great choice buttons but now I want to lock them so users can't accidentally delete/move/edit them. If I lock and protect them, nobody can click on them. Any suggestions?

Thanks,
TW
 
Maybe just protecting the objects would be sufficient:

Something like this in code:

ActiveSheet.Protect DrawingObjects:=True, Contents:=False, Scenarios:=True
 

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