hi
i am making a stopwatch. i would like milliseconds with it. for my macro, i use this code for the start button
Sub StartTimer()
nr = ThisWorkbook.Sheets("sheet1").Cells(Rows.Count, 1).End(xlUp).Row + 1
Cells(nr, 1) = Time
End Sub
i thought if i changed the 'time' to mm:ss:000 it would work, but it doesnt.have i forgot to add something?
thanks
Bookmarks