View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Kerry[_4_] Kerry[_4_] is offline
external usenet poster
 
Posts: 6
Default Sheet Protection and sorting

Is there any way to protect a sheet and still allow a user to sort rows? (I posted here b/c figured the solution would involve writing some code)

Here's is what I'm going for: I have worksheet with some cells that are locked and some that are unlocked. I want to restrict a user from deleting rows or columns, but still give them the ability to sort by entire rows (and only entire rows).

Thanks in advance,
Kerry