Hello,

For an Excel VBA app, is this the accepted way to check a password? (No Access involved - just a straight Excel app)

In a hidden cell on a hidden Worksheet, I put the password. Using the Worksheet Function MATCH, I check what the password is against what the User entered into the Textbox.
If correct, give them access to whatever, If incorrect, notify and let them try again.

Is this the way it is usually done?

Thanks for any advice,
CJ