Else
pergunta = MsgBox("Senha incorreta, deseja tentar novamente ?",
vbYesNo)
If pergunta = 6 Then
GoTo Retorno:
Else
MsgBox "O Arquivo será fechado"
ActiveWorkbook.Close
End If
End If
Else
pergunta = MsgBox("Usuário não encontrado, deseja tentar novamente ?",
vbYesNo)
If pergunta = 6 Then
GoTo Retorno:
Else
MsgBox "O Arquivo será fechado"
ActiveWorkbook.Close
End If
End If
End Sub
carla scalaejcves
(Carla ScalaEjcveS)
#1