Have I corrected the statements accurately? Still no joy
'C SERIES HUB
If ComboBox7.Text = "C" And (ComboBox10.Text = "4/100" Or ComboBox10.Text = "4/101" Or ComboBox10.Text = "4/146" Or ComboBox10.Text = "5/112") Then
'Do nothing
Else
MsgBox "P.C.D. NOT OFFERED", vbOKOnly + vbExclamation, "INCORRECT"
End If
'X SERIES HUB
If ComboBox7.Text = "X" And (ComboBox10.Text = "4/139" Or ComboBox10.Text = "4/100" Or ComboBox10.Text = "5/112" Or ComboBox10.Text = "5/114") Then
'Do nothing
Else
MsgBox "P.C.D. NOT OFFERED", vbOKOnly + vbExclamation, "INCORRECT"
End If
Bookmarks