MPORTER444
New Member
- Joined
- Jul 22, 2016
- Messages
- 4
I am attempting to find a code to require Pin Number for User access to run the starting macros for the program.
On Sheets("Passwords") Column B contains list of the usernames (B2:B200). Column C contains the Pin Numbers (C2:C200).
On Sheets("Log On") User enters Username and Pin Number. Cells("C5") = UserName. Cells("C62") = Pin Number.
If the username entered equals the Pin Number on the same row, it will run the desired macro - StartProgram
I hope this make sense. Thank you for any help.
On Sheets("Passwords") Column B contains list of the usernames (B2:B200). Column C contains the Pin Numbers (C2:C200).
On Sheets("Log On") User enters Username and Pin Number. Cells("C5") = UserName. Cells("C62") = Pin Number.
If the username entered equals the Pin Number on the same row, it will run the desired macro - StartProgram
I hope this make sense. Thank you for any help.