do away prompt when protected cell is being written

  • Thread starter Thread starter oldLearner57
  • Start date Start date
O

oldLearner57

hi community

is there any method to turn off the prompt...." The cell or chart you are
trying to change is protected......" be turned off whenever user wanted to
modify a protected cell.

the xls is 2003

thanks community for the assistance given

:)
 
I don't think there's really a practical way to just turn off the prompt -
you could turn off prompts when the sheet is selected but you'd not get any
for any other desired operation while
Application.DisplayAlerts = False
was in effect.

Possibly one way to get away from the problem is to change the setup when
protecting the sheet to NOT allow the user to select locked cells. Then
they'll only be able to select cells where their input is expected/accepted.
 

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