So I got a simple timer that is resizes a tab from one number to another and stops when it gets there. I'm simply adding 25 onto the number until it reaches the size and it stops. VB has decided to not be capable of adding/subtracting 25 and every so often it only adds 24 and therefore the two sizes never actually equal each other and therefore it just keeps getting bigger/smaller. How do you get around this stupid issue?