OK, I got the code:


If TextBox1.Text = Label1.Text Then
MsgBox("Congrats")
End If

Say the label1 text was "89". I want the message to still come up if the person said "88" or "90", so pretty much I want the margin to be 1 going in either direction, but I dont know how to do that, help?