Private Sub TextBox1_KeyPress(ByVal KeyAscii As MSForms.ReturnInteger) TextBox1.EnterKeyBehavior = True If KeyAscii = 13 Then pwd = Me.
確定! 回上一頁