How to Sort Protected Worksheet

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

Guest

I have a protected worksheet and I am trying to allow sorting and formating,
but not deleting or inserting. It does not work the way it should. Does
anyone know the trick? I know about give a range of to edit, but how can I
allow users to sort the data without being able to corrupt the data?
 
Good morning MrLord

Why not have a "sort" button on the worksheet that is linked to a
macro. The macro (which should be easy enough to record) will
unprotect the sheet, sort the data and then reprotect the sheet again.

HTH

DominicB
 

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