This will resolve the keyboard action issue and act same like mouse action

Private Sub TxtPassword_Exit(ByVal Cancel As MSForms.ReturnBoolean)
    Call Image1_Click
End Sub
Please ask your question one by one by indicating all the references. Because I don't have much time to study all your code and understand the issue