
Private Sub CMBCF_Change()
If CMBCF.ListIndex < 0 Then
MsgBox "Il paziente non è ancora registrato, premi su INSERISCI PAZIENTE", vbCritical, "Error"
CMBCF.text = ""
End If
End Sub
|
Private Sub CMBDNG_Change()
If CMBDNG.ListIndex < 0 Then
MsgBox "Sei pregato di selezionare il valore dalla lista", vbCritical, "Error"
End If
End Sub |
Set trova = ws.Range("a2:a32").Find(GIORNO, lookAt:=xlWhole, LookIn:=xlValues)
Set trova = ws.Range("a2:a33").Find(GIORNO, lookAt:=xlWhole, LookIn:=xlValues) |
