The speed works in secondes so
Timer1.Interval = val(TextBox1.Text) * 1000
So you can enter 0.001 to make it 1 millisecond. (It only accepts dots not commas)
What would you make better about it?
The only thing I can come up with is a save function.