1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
With Rphrases
Select Case True
Case .Selected(35), .Selected(37), .Selected(64), .Select(66), .Selected(83)
If Val(CosshCat.Text) = 0 Then
CosshCat.Text = ("5")
End If
Case .Selected(19), .Selected(20), .Selected(69), .Selected(70) _
.Selected(71), .Selected(72), .Selected(20)
If Val(CosshCat.Text) > 4 Then
CosshCat.Text = ("4")
End If
Case .Selected(22), .Selected(23), .Selected(24), .Selected(33) _
.Selected(34), .Selected(36), .Selected(40), .Selected(42) _
.Selected(73), .Selected(74), .Selected(75), .Selected(76) _
.Selected(81), .Selected(82), .Selected(84), .Selected(86) _
.Selected(87), .Selected(88), .Selected(89), .Selected(90) _
.Selected(91), .Selected(92)
If Val(CosshCat.Text) > 3 Then
CosshCat.Text = ("3")
End If
Case Else: CosshCat.Text = ("2")
End Select |
Partager