Hi,
I have the following code, the time counts down for 10 seconds, but in reality this will be longer, this is just for testing purposes, I am wanting to show the user by displaying on the form a textbox/label the value of the time e.g the 10 seconds counting down to 0 etc like a stopwatch, this is to be done in Word and uses VBA.
Private Sub cmdStart_Click()
Application.OnTime When:=Now + TimeValue("00:00:10", Name:="ProjectSchool.ModuleStart.MacroStart"
End Sub
I have the following code, the time counts down for 10 seconds, but in reality this will be longer, this is just for testing purposes, I am wanting to show the user by displaying on the form a textbox/label the value of the time e.g the 10 seconds counting down to 0 etc like a stopwatch, this is to be done in Word and uses VBA.
Private Sub cmdStart_Click()
Application.OnTime When:=Now + TimeValue("00:00:10", Name:="ProjectSchool.ModuleStart.MacroStart"
End Sub