password protect command button

  • Thread starter Thread starter joe
  • Start date Start date
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
 
Back
Top