password protect command button

T

TC

Use the InputBox() function to ask the user to enter the password. If the
password is not correct, display a message, then Exit Sub. Put this in the
Click event of the button in question.

HTH,
TC
 
Top