On a form within excel, there is a textbox which allows the user to enter a password. This is then validated using a button which uses the If/Then statements. However, it is designed for the user to enter the password in lowercase. If the user enters it in uppercase or a mixture of both, the password is not validated.
I am looking for a code that will allow the user to be able to enter the password in either or a mixyure of both upper and lowercase.
I am looking for a code that will allow the user to be able to enter the password in either or a mixyure of both upper and lowercase.