Because nobody else would type 30000 lines rather than 10.

Code:
 If Val(Options1.Textbox.Text) >= 32 Then
            Testbox.ShowDialog()
End If
You enter 33 into the textbox, which IS greater than 32, so you get the message. That is what you wanted?