Hi, I have a simple userform to input a password. This is what I want it to do. When this userform is loaded the txtbox that will contain the inputted password has to be activated so that the user doesn't have to click on it before inputting.
I know I could do this with setfocus but here's the other problem. I want the user to be able to enter the password and press enter once to close the form so I need the OK button to be focused on as well as the textbox.
Does anybody know how to do this? I jut want a standard password entry form. Thx
I know I could do this with setfocus but here's the other problem. I want the user to be able to enter the password and press enter once to close the form so I need the OK button to be focused on as well as the textbox.
Does anybody know how to do this? I jut want a standard password entry form. Thx