Hey,
I know I'm probably being a bit dumb here but I've got a problem trying to test if a number is between two other numbers. This is what I've got:
If (assignment >= 40 < 50) Or (exam >= 40 < 50) Then
If (Average > 50) Then
MsgBox ("Compensated Pass")
Exit...