I have a label that increases by +1 on the push of a button.

It then checks to see if the label contents is more than (using ">") a textbox value and displays a msgbox if it is more.

Now this works until it gets to 10. The textbox is set to 7 and it displays a msgbox on 8 and 9 then when it gets to 10, 11, 12 etc.. it just stops displaying the msgbox.

Anyone know why?