Use VBA Excel 8. Ask the user to enter the passcode displayed in cell B2 and store this to a string variable called strC
Posted: Tue Jul 12, 2022 8:15 am
Use VBA Excel
8. Ask the user to enter the passcode displayed in cell B2 and store this to a string variable called strCheck. Dialog Box title must be "Query". If the password entered by the user exactly matched with the value show in cell B2, then do the following parts from 9 to 14, else show a dialog box that says "Wrong passkey entered. Program will now terminate." and the program should terminate.
Query XWrong passkey entered. Program will now terminate. OK X
8. Ask the user to enter the passcode displayed in cell B2 and store this to a string variable called strCheck. Dialog Box title must be "Query". If the password entered by the user exactly matched with the value show in cell B2, then do the following parts from 9 to 14, else show a dialog box that says "Wrong passkey entered. Program will now terminate." and the program should terminate.
Query XWrong passkey entered. Program will now terminate. OK X