Greetings,
I am using an UserForm to enter information. ListBox1 has a RowSource "EmployeeName". When a name is selected within ListBox1, the name is placed in TextBox1. Textbox2 will contain a Door Number.
I am wanting to place an "X" on the worksheet "DoorTest" when a name and door number are found.
Ex: If Anderson, Bob and 104 are are chosen on the UserForm, then an "X" would be placed in Cell E2.
Bookmarks