Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Sub CheckAnswers()


Falconette
 Share

Recommended Posts

```
Sub checkanswersMATH()
If Form5.Option2.Value = False Then
score.Label1.Caption = score.Label1.Caption - score.Label2.Caption
minus.Text1.Text = minus.Text1.Text + 1
'separate
If Form5.Option4.Value = False Then
score.Label1.Caption = score.Label1.Caption - score.Label2.Caption
minus.Text1.Text = minus.Text1.Text + 1
'separate
If Form5.Option9.Value = False Then
score.Label1.Caption = score.Label1.Caption - score.Label2.Caption
minus.Text1.Text = minus.Text1.Text + 1
'separate
If Form5.Option10.Value = False Then
score.Label1.Caption = score.Label1.Caption - score.Label2.Caption
minus.Text1.Text = minus.Text1.Text + 1
MsgBox "-" & minus.Text1.Text & vbNewLine & score.Label1.Caption & "%"
End If
End If
End If
End If
End Sub

```
Any way for it to proceed to the next "if" statement? I am a complete noob sorry ;O

Regards,
  Falconette
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...