Thread: Protection
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Dave Peterson[_3_] Dave Peterson[_3_] is offline
external usenet poster
 
Posts: 2,824
Default Protection

One simple way is to unprotect the worksheet, then run your sort, then reprotect
the worksheet.



JQ wrote:

Greetings:

I do i get a macro to run in a protected worksheeet. I
just need to run a simple sort macro but when i protect
the sheet, the sort macro just doesn't run anymore.
Please advise.

Thank you.


--

Dave Peterson