I am new to VBA programming and I am having difficulty with a userform that I have set-up. Essentially I have set-up the userform to use as a login in screen, it has a combo box for the username and a textbox for the password. I have a separate hidden worksheet that I am using to maintain my user list which has two columns; one for username and one for password. Currently I have 19 different users. I have set-up the combo box to pull in the usernames using rowsource in properties. I want the user to be able to pick their username from the drop down list then type in their password. The problem is I have no idea how to code this. I have no problem when we are only talking about one login and one password but I don't know how to set this up for mutiple sets. Any help would be very much appreciated....