I am making a basic timer for minutes and seconds and also hours but the thing is that the timer is in milliseconds so i got around that by just putting
Code:
Timer1.Interval = Val(Text1) * "60000"
This was done for the minutes but the thing is if you do 2 minutes it has an error my theory about why it does this is because that i think the numbers are too big because it is in milliseconds so is there a way i can change the timer and make it into seconds?