Command Button Protection

M

Mark1

I have a command button on my worksheet that is connected
to a macro that sorts data in the worksheet. I want to be
able to protect the command button so that user's can't
change the text, macro that is assigned to it, etc. Help
is appreciated!
 
D

Dave Peterson

Can you protect the worksheet?

You might have to add some unprotect code and reprotect code to your macro,
though.

(and unlock some cells???)
 
Top