السلام عليكم
غير هذا السطر
If Me.TextBox3.Value < Me.TextBox2.Value Then
بهذا السطر
If Val(Me.TextBox3.Value) < Val(Me.TextBox2.Value) Then
و هذا السطر
If Profil.Offset(, 1) < Me.TextBox2.Value Then
بهذا السطر
If Val(Profil.Offset(, 1)) < Val(Me.TextBox2.Value) Then