I have created a userform for login to the worksheet, and need to know where and how implement a code to bring up the next correct userform. Basically if your name/password is ACB/123 then you go to Userform 1, and if your name/password is XYZ/789 then you go to Userform 2, and possibly messagebox for incorrect name.

Thanks in advance for any suggestions.