vba Code
vba Code
Exit Sub
End If
Exit Sub
End If
End Sub
buttonlogar.Font.Bold = True
End Sub
txtSenha.PasswordChar = "*"
End Sub
Private Sub txtSenha_MouseDown(ByVal Button As Integer, ByVal Shift As Integer, ByVal X As Single,
ByVal Y As Single)
txtSenha.PasswordChar = ""
End Sub
Private Sub txtSenha_MouseMove(ByVal Button As Integer, ByVal Shift As Integer, ByVal X As Single,
ByVal Y As Single)
txtSenha.PasswordChar = "*"
End Sub
Linha = 2
Unload Login
Application.Visible = True
Exit Sub
End If
Linha = Linha + 1
Loop
End Sub
Application.Visible = False
End Sub
Private Sub UserForm_MouseMove(ByVal Button As Integer, ByVal Shift As Integer, ByVal X As
Single, ByVal Y As Single)
buttonlogar.Font.Bold = False
End Sub
If CloseMode = 0 Then
ThisWorkbook.Save
ThisWorkbook.Close
End If
End Sub