You should go through your code to understand what exactly happens an why your code doesn't work.
I suggest you to put a breakpoint at the line If Button.Text = “Start” Then and execute the code step by step.
So you can see the program flow, and check the evolution of Button.Text property.
Another solution would be to use a ToggleButton, they are designed for this and have two Text propeties, TextOn and TextOff.