Hello.
I have a userform that when initialized textbox1.setfocus is run => all is ok
I needed to remove the caption and x button from the userform => textbox1 will not get selected
this is the code I used for the caption removal:
in a module:
Private Declare Function FindWindow Lib "User32"...