Command Button Protection

  • Thread starter Thread starter Mark1
  • Start date Start date
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!
 
Can you protect the worksheet?

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

(and unlock some cells???)
 
Back
Top