Private Sub RetourBouton_Click()
Dim ConfirmRet, Err
Dim instrum, texte, titre, icone As String
Deb = Defcol()
icone = vbInformation
titre = "Retour d'un instrument"
instrum = UCase(Scanne("L'instrument en retour est le ", titre, icone))
'Lance la fonction Scanne() avec certains paramètres et met en mémoire le nomlabo renvoyé par celle-ci dans une variable
If Range(Colpret & ligneinstrum).Value <> Empty Then
...
...
Else: Err = MsgBox("L'instrument " + instrum + " était en armoir ou vous n'avez pas entré correctement son nom" + Chr(13) _
+ "Veuillez vérifiez", vbCritical + vbOKCancel, titre)
If Err = "1" Then
Err = RetourBouton()
Else: End
End If
End If
End If
End If
End Sub