Protection

J

JQ

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.
 
D

Dave Peterson

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