I have an Excel Sheet with a form:
Username:
Password:
SUBMIT
When the user clicks the Submit button after entering a username and password I need the following to happen:
Use a Vlookup function to see whether the values entered are in the table of users on another sheet.
How do I go about doing this?