Question: 1. In the given file, write a subroutine that asks user to enter a new password using InputBox, embeded within a Do loop, to get


1. In the given file, write a subroutine that asks user to enter a new password using InputBox, embeded within a Do loop, to get a password. All passwords must be: - eight characters long - starting with an uppercase letter - consist of uppercase letters - no spaces Examples of valid passwords: S6H191W4, F59HD345, G1TJNPC2 2. Check if the user enters a valid password 3. Expand your sub in (1) to include a second InputBox that asks the user to verify the password in the first input box. Embed the whole procedure within an outer Do loop. This outer loop keeps repeating until the user provides a valid password in the first InputBox and enters the same password in the second InputBox. 4. Now you have to compare the entered password with passwords given in the sheet. If the user selects one of these passwords, an appropriate warning maessage is displayed, and the user has to choose another password. When the user chooses valid password that is not being used, a "Congratulations" message should be displayed, and the new password should be added at the bottom of column A
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
