if you set the timer interval to 10, that code will execute every ten miliseconds, not every ten seconds.

I'd suggest using a Do...Loop method (you the timer function)