Is it possible to sort a protected worksheet?

  • Thread starter Thread starter Phyllis
  • Start date Start date
P

Phyllis

I have a worksheet that I've protected all the cells that
contain formulas so that other user's can't inadvertently
delete them. However, I need to be able to sort the data,
but it's not an option when the sheets protected. Any
suggestions?
 
Hi
only possible using VBA (first unprotecting the sheet, then sorting and
protecting the sheet again)
 
Thanks. I tried that and I get a message that the project
is locked, and it won't record the macro.
 
Unprotect the project in the VBE--not unprotect the workbook in excel.

(In the OP's other thread, the thought of a Shared workbook was discussed, too.)
 
I have a worksheet that I've protected ...

Don't know if this would apply, but in the latest versions of Excel, when
you go
Tools | Protection | Protect Sheet
you can select "Allow all users of this worksheet to:"
and select "Sort", which is nearer the bottom of the list.
 
does selecting 'sort' work?

in the protect menu i have ticked 'autofilter' and i can use autofilter, and
i have ticked 'sort', but i can't use sort - is this a bug, or am i missing
something? (using excel 2002)

Dana DeLouis said:
Don't know if this would apply, but in the latest versions of Excel, when
you go
Tools | Protection | Protect Sheet
you can select "Allow all users of this worksheet to:"
and select "Sort", which is nearer the bottom of the list.
 
i think i know what i was missing - you can't sort (but can filter) locked
cells

mnbv said:
does selecting 'sort' work?

in the protect menu i have ticked 'autofilter' and i can use autofilter, and
i have ticked 'sort', but i can't use sort - is this a bug, or am i missing
something? (using excel 2002)
 

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