View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
lkjing lkjing is offline
external usenet poster
 
Posts: 1
Default How To enable the Sort function for a protected Excel sheet

After protecting my sheet with a password, I found that the sort function
will be not available to users without the password. Realized Autofilter can
be enabled using codes. What about "sort" function? Thanks.