codice:
If (Text1.Text <= 45) Then
 MsgBox "bla bla bla"
ElseIf (Text1.Text > 45) And (Text1.Text < 70) Then
 MsgBox "bla"
Else
 MsgBox "ciao"
End If