S
stevieh
Hi People,
I am currently trying to code s stopwatch function.
At present the function i have created has two command buttons, on
start and one stop which gives the date and time from clicking eac
button (one in a1 the other b1)
What i want it to do is not overwrite the information each time bu
just go to the next line, how do i do that?
Cheers
Steve
Code currently is
Private Sub CommandButton1_Click()
Range("A1").Value = Date
Range("A2").Value = Time
End Sub
Private Sub CommandButton2_Click()
Range("b1").Value = Date
Range("b2").Value = Time
End Su
I am currently trying to code s stopwatch function.
At present the function i have created has two command buttons, on
start and one stop which gives the date and time from clicking eac
button (one in a1 the other b1)
What i want it to do is not overwrite the information each time bu
just go to the next line, how do i do that?
Cheers
Steve
Code currently is
Private Sub CommandButton1_Click()
Range("A1").Value = Date
Range("A2").Value = Time
End Sub
Private Sub CommandButton2_Click()
Range("b1").Value = Date
Range("b2").Value = Time
End Su