T TC Nov 18, 2003 #2 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
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