Hey all, when a UserForm appears, I want the text cursor to appear in a TextBox so the user can just start typing as soon as the UserForm is shown. As it is right now, I have to click into the textbox to start typing.
I tried txtFirstname.SetFocus but it didn’t seem to do the trick.